cppcheck/test
Daniel Marjamäki 262e5390a0 Refactoring: Renamed TestTOKEN to TestToken 2010-04-05 10:15:30 +02:00
..
test.cxx
test.pro
test.vcproj Fix compiling tests. 2010-03-12 17:21:41 +02:00
testautovariables.cpp
testbufferoverrun.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testcharvar.cpp
testclass.cpp Fixed #1527 (Function can't be const if it has non-const operator overload call) 2010-04-02 22:03:07 +02:00
testconstructors.cpp
testcppcheck.cpp Fix segmentation fault when calling with --errorlist and add a testcase for it. 2010-04-03 22:53:06 +03:00
testdangerousfunctions.cpp
testdivision.cpp Fixed #1492 (false negatives: array index out of bounds) 2010-03-31 17:14:49 +02:00
testexceptionsafety.cpp
testfilelister.cpp Fix compiling tests. 2010-03-12 17:21:41 +02:00
testincompletestatement.cpp
testmathlib.cpp added a helper function to mathlib::isNullValue(), it checks wheter a string has a null representation or not and returns a boolian result; extended nullchecks in testmathlib.cpp 2010-04-02 22:41:54 +02:00
testmemleak.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testother.cpp Uninitialized variables: better handling of 'a[b[..]]' when b is not initialized 2010-04-05 09:04:30 +02:00
testpreprocessor.cpp Fix #1534 (False positive with #elif (defined NAME)) 2010-03-28 15:15:25 +03:00
testredundantif.cpp
testrunner.cpp
testsimplifytokens.cpp Refactoring unit testing 2010-04-04 19:28:15 +02:00
teststl.cpp Cleanup: Removed unfinnished checking of std::find 2010-04-03 15:33:13 +02:00
testsuite.cpp added acos() check to ticket #1513; added testcases for MathLib::toDoubleNumber(), now double conversion of zeros is handled correctly; changed assertEquals() function of testsuite parameters from unsigned int to double. This is needed to avoid overflow of unsigned int by comparing negative floating point values. 2010-04-02 20:23:37 +02:00
testsuite.h astyle fix 2010-04-02 21:42:06 +03:00
testtoken.cpp Refactoring: Renamed TestTOKEN to TestToken 2010-04-05 10:15:30 +02:00
testtokenize.cpp Added TODO testcase for ticket #1169 (improve check: divsion by zero not detected when using the shift (>>) operator) 2010-04-04 18:48:51 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00