cppcheck/test
PKEuS 1bef8d1247 Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassignif.cpp Fixed #3332 (mismatching comparison: Hard to understand) 2011-11-19 08:38:54 +01:00
testautovariables.cpp Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
testboost.cpp
testbufferoverrun.cpp Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
testcharvar.cpp Fixed #3282 (Invalid report that an array index is of type char.) 2011-11-06 11:26:28 +01:00
testclass.cpp Fixed #3355 (False positive: member variable initialization (::ZeroMemory)) 2011-11-30 21:28:16 +01:00
testcmdlineparser.cpp Solution for ticket #3353 'Allow explicit undef's for configuration' 2011-11-30 20:24:01 +01:00
testconstructors.cpp Fixed #3196 (False positive: member variable not initialized in constructor (union)) 2011-11-22 19:26:00 +01:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp FileLister (linux): Move absolute path determination to own function 2011-10-29 19:30:33 +02:00
testincompletestatement.cpp Fixed #3251 (Redundant code: Found a statement that begins with numeric constant) 2011-11-05 20:28:52 +01:00
testinternal.cpp Disable internal checks if NDEBUG is defined (release build) 2011-10-29 12:47:12 +02:00
testmathlib.cpp
testmemleak.cpp Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
testnonreentrantfunctions.cpp Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
testnullpointer.cpp Fixed #3358 (False null pointer dereference positive with ternary ?: operator) 2011-12-03 13:10:07 +01:00
testobsoletefunctions.cpp Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
testoptions.cpp
testother.cpp Fixed #3381 (false positive: (style) Statements following return, break, continue, goto or throw will never be executed) 2011-12-07 18:20:52 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp Tokenizer: Code cleanups 2011-12-08 17:42:26 +01:00
testpreprocessor.cpp Removed int cast from undef preprocessor testcases 2011-11-30 22:10:49 +01:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Tokenizer: Refactorings and improvements. Better handling of [] 2011-12-07 21:15:00 +01:00
teststl.cpp Fixed #1841 (STL: false negative for invalidated iterator after erase) 2011-11-25 07:34:50 +01:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Uninitvar: Reactivated the checking 2011-11-30 18:57:52 +01:00
testsymboldatabase.cpp Change every 'tokAt(1)->' to 'next()->' because 'tokAt(1) == 0' is equivalent to 'next() == 0', hence the equivalent cppcheck crash. 2011-11-20 15:09:57 +01:00
testthreadexecutor.cpp Fixed #3267 (False positive (experimental): resource leak in vdr-xinelib) 2011-11-30 19:43:02 +01:00
testtoken.cpp "Internal error. Token::Match called with varid 0." didn't work when error was in a header file. Fixed that. 2011-11-21 00:41:26 +02:00
testtokenize.cpp Tokenizer: Refactorings and improvements. Better handling of [] 2011-12-07 21:15:00 +01:00
testuninitvar.cpp Uninitvar: Reactivated the checking 2011-11-30 18:57:52 +01:00
testunusedfunctions.cpp Fixed #3336 (False positive: Member function is not used (used by template function)) 2011-12-03 12:19:26 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h