cppcheck/test
PKEuS 1e708e10d0 Fixed #2875 2012-04-26 10:35:40 +02:00
..
options.cpp
options.h
redirect.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
test.cxx
test.pro
test64bit.cpp
testassignif.cpp
testautovariables.cpp Fixed #3594 (false positive: returning reference to auto variable) 2012-03-28 18:21:06 +02:00
testboost.cpp
testbufferoverrun.cpp Refactorizations in test suite: 2012-04-16 20:02:52 +02:00
testcharvar.cpp charvar: dont write warning about char type array index when array is small and the full valid range is accessible with the char type. If there are out of bounds access then, it is not because the type of the variable. 2012-03-10 12:19:28 +01:00
testclass.cpp Fixed #3746: Issue operatorEqToSelf error only if the operator takes an object of the class as argument. 2012-04-25 20:25:51 +02:00
testcmdlineparser.cpp Implemented #2990: Print relative paths if -rp or --relative-paths is given 2012-04-06 10:49:21 +02:00
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp xml: fixed test case. 2012-03-25 12:51:10 +02:00
testexceptionsafety.cpp
testfilelister.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testincompletestatement.cpp
testinternal.cpp
testmathlib.cpp fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message. 2012-04-12 14:02:09 +02:00
testmemleak.cpp Refactorizations in test suite: 2012-04-16 20:02:52 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Tokenizer::setVarId: better handling of initializer lists 2012-04-23 18:26:27 +02:00
testobsoletefunctions.cpp - Improved nullpointer check: Fixed #1171 2012-02-11 12:26:48 +01:00
testoptions.cpp
testother.cpp Fixed #3741 2012-04-18 16:35:04 +02:00
testpath.cpp Fixed crash when "-rp=" or "--relative-paths=" is given - print Error. 2012-04-14 14:44:15 +02:00
testpathmatch.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #3699 (cppcheck hangs with 100% cpu load on parsing preprocessor code) 2012-04-22 06:49:42 +02:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Fixed the grammar in some reportError messages in the Tokenizer class, thanks to kimmov's suggestion. 2012-04-25 15:09:46 +02:00
teststl.cpp Fixed false positive in stlBoundries check (#3740) 2012-04-18 10:08:59 +02:00
testsuite.cpp
testsuite.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
testsuppressions.cpp Avoid copying Settings in CppCheckExecutor 2012-04-06 14:19:26 +02:00
testsymboldatabase.cpp Implemented generic mechanism for '<'-'>' "linkage" before link() works (Taken from Scope::findClosingBracket, but C++11 right angle bracket support added): Token::findClosingBracket 2012-04-18 16:02:03 +02:00
testthreadexecutor.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testtoken.cpp Refactorizations in class Token: changed handling of different types of tokens. 2012-04-23 21:05:26 +02:00
testtokenize.cpp Fixed #2875 2012-04-26 10:35:40 +02:00
testuninitvar.cpp Fixed #3707 (Uninitialized variable with operator >> and templates) 2012-04-24 19:50:54 +02:00
testunusedfunctions.cpp Fixed false negative in unused functions check when function returns reference 2012-04-09 11:00:31 +02:00
testunusedprivfunc.cpp Fixed #3661 (False positive: unusedPrivateFunction) 2012-04-09 11:19:19 +02:00
testunusedvar.cpp Tokenizer: Use new setVarId function. Removed the old one. 2012-04-22 11:36:31 +02:00
testutils.h Some refactorizations 2012-02-18 11:55:05 +01:00