cppcheck/test
PKEuS 12f5ccfb4e Refactorized postfix operator check:
- Support class members
- Support references (removed wrong bailout)
- Removed wrong unit tests and wrong messages for std::cout << k-- << std::endl;
2013-03-31 04:17:23 -07:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testassignif.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testautovariables.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testboost.cpp
testbufferoverrun.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testcharvar.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testclass.cpp Fixed #4656 (New check: Detect pure virtual function calls) 2013-03-30 15:09:22 +01:00
testcmdlineparser.cpp fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
testconstructors.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testcppcheck.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
testdivision.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testerrorlogger.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
testexceptionsafety.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testinternal.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testio.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testleakautovar.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testmathlib.cpp
testmemleak.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testnonreentrantfunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testnullpointer.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testobsoletefunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testoptions.cpp
testother.cpp run astyle 2013-03-30 19:06:13 +01:00
testpath.cpp Fixed #4608 (false positive: (style) struct or union member is never used.) 2013-03-01 16:13:04 +01:00
testpathmatch.cpp
testpostfixoperator.cpp Refactorized postfix operator check: 2013-03-31 04:17:23 -07:00
testpreprocessor.cpp Fixed #4686 (Prefer prefix ++/-- operators for non-primitive types with template iterator) 2013-03-30 13:49:56 +01:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj Switch to TinyXml2 2013-02-16 10:01:34 -08:00
testrunner.vcxproj.filters Switch to TinyXml2 2013-02-16 10:01:34 -08:00
testsimplifytokens.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
teststl.cpp Fixed #4684 (cppcheck crash in template function call.) 2013-03-29 19:29:23 +01:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Don't use native separators for suppression matching 2013-03-12 07:53:18 -07:00
testsymboldatabase.cpp Fixed #4682 (using 'struct' disables checking) 2013-03-28 06:36:49 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
testtokenize.cpp Reverted fix. It might be possible to make a better fix 2013-03-25 19:55:35 +01:00
testuninitvar.cpp Uninitialized variables: Fixed false positives when using sizeof inside loop 2013-03-22 08:10:46 +01:00
testunusedfunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testunusedprivfunc.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testunusedvar.cpp astyle formatting 2013-03-29 17:55:09 +01:00
testutils.h