cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
add test/cli/test-json.py: Schema validation for JSON files. test-json.py uses jsonschema (https://pypi.org/project/jsonschema/) to validate JSON files against schemas, optionally with custom format checkers. All JSON files in the project must be...
Both Qt 5 and Cppcheck's support for it are deprecated. This is the first step towards removing Qt 5 support. Additional things related to this pull request: 1. Adjust continuous...
Fixes https://trac.cppcheck.net/ticket/11756
ErrorMessage::setmsg() assumes that the supplied message string is a combination of a short message and a verbose message, separated by a newline. However, InternalError does not use that format; when...
fix python tests
- Enum typedefs were removed from simplifyTypedefCpp "tok" list instead of unions. As mentioned by Daniel [here](https://sourceforge.net/p/cppcheck/discussion/general/thread/7e54b0c543/), the latest cppcheck version seems to not be affected by the [issue](https://trac.cppcheck.net/ticket/11807) anymore....
Add a unit test to catch regressions.
This adds a function to the daca server which provides the analysis and build options so they are no longer hard-coded in the clients and they are applied as soon...