cppcheck/test
Georgy Komarov 72f07c8a33 Add MISRA checks for rules 21.1 and 21.12 (#2284)
* Add MISRA 21.1 check

This also required add static field for functions in symboldatabase.

* Add MISRA R21.12

* Use newer ASSERT macroses in tests
2019-10-26 08:32:46 +02:00
..
cfg windows.cfg: Added support for more interfaces. 2019-10-21 10:09:20 +02:00
cli Import project: Ignoring paths better 2019-09-12 09:32:24 +02:00
synthetic
testsuites
verify Verify: Fix a false negative in the itc test suite 2019-10-25 21:46:02 +02:00
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp Moved CheckAssert::assertWithSideEffects to normal checking 2019-03-09 16:50:50 +01:00
testastutils.cpp Fix issue 9305: False positive uninitvar - struct initialized via function (#2123) 2019-08-30 18:32:45 +02:00
testautovariables.cpp astyle formatting 2019-10-14 19:41:51 +02:00
testbool.cpp Fix false negatives in checkBitwiseOnBoolean (#2220) 2019-10-06 09:57:31 +02:00
testboost.cpp
testbufferoverrun.cpp TestBufferOverRun: Handle string literals (#2287) 2019-10-21 07:11:22 +02:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp
testconstructors.cpp Revert "#9391 Detecting uninited member variables with default ctor (#2249)" 2019-10-09 08:17:47 +02:00
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Use 'normal' checking instead of 'simplified' 2019-03-16 07:19:48 +01:00
testexprengine.cpp ExprEngine: Improved handling of struct member assignments in loop 2019-10-14 19:41:32 +02:00
testfilelister.cpp
testfunctions.cpp
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp fix #8965 ("(debug) Executable scope 'x' with unknown function." with rvalue parameter in method) (#2237) 2019-10-04 12:30:11 +02:00
testio.cpp Allow SSIZE_T in addition to ssize_t (#2263) 2019-10-24 21:51:20 +02:00
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp Keep prefix in string and char literals (#2272) 2019-10-16 11:41:33 +02:00
testmemleak.cpp
testnullpointer.cpp ValueFlow: Fixed false positives after escape scope 2019-10-20 20:57:16 +02:00
testoptions.cpp
testother.cpp Try to make Travis happy 2019-10-20 07:44:56 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp Fixed #9042 (Another `using BOOL` type breach) (#1765) 2019-03-27 21:42:50 +01:00
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj Windows testrunner: Add testexprengine.cpp (#2184) 2019-09-19 19:40:00 +02:00
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp fix #8965 ("(debug) Executable scope 'x' with unknown function." with rvalue parameter in method) (#2237) 2019-10-04 12:30:11 +02:00
testsimplifytokens.cpp Keep prefix in string and char literals (#2272) 2019-10-16 11:41:33 +02:00
testsimplifytypedef.cpp astyle formatting 2019-10-14 19:41:51 +02:00
testsimplifyusing.cpp fix using type aliases in out of class destructors (#2250) 2019-10-08 19:30:41 +02:00
testsizeof.cpp
teststl.cpp
teststring.cpp Set correct type and size of string and char literals (#2275) 2019-10-20 07:11:57 +02:00
testsuite.cpp use range loops / constness (#2181) 2019-09-19 20:29:33 +02:00
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Add MISRA checks for rules 21.1 and 21.12 (#2284) 2019-10-26 08:32:46 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Set correct type and size of string and char literals (#2275) 2019-10-20 07:11:57 +02:00
testtokenize.cpp AST: Fix AST when returning list of lambda functions 2019-10-22 18:39:59 +02:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Fixed #9347 (FP uninitvar for pointer passed to sscanf) 2019-10-17 17:41:54 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #9234 (FP unreadVariable - assignment via iterator) 2019-08-04 10:21:16 +02:00
testutils.h
testvaarg.cpp
testvalueflow.cpp ValueFlow: sizeof string and char literals (#2285) 2019-10-20 21:02:28 +02:00
testvarid.cpp Fix #9383 ("debug: Function::addArguments found argument 'x' with varid 0." with variadic templates) (#2238) 2019-10-06 12:45:42 +02:00