cppcheck/test
Reijo Tomperi b52fa9451f Fix #1385 (False positive: unsigned division)
http://sourceforge.net/apps/trac/cppcheck/ticket/1385
This also fixes a bug in setVarId(). "unsigned int a" didn't get varid,
untill later when unsigned was simplified away.
2010-02-12 22:24:06 +02:00
..
CMakeLists.txt
test.pro
test.vcproj
testautovariables.cpp
testbufferoverrun.cpp Fix #1340 (False positive: Array out of bounds for re-initialised array pointer) 2010-02-10 23:11:08 +02:00
testcharvar.cpp
testclass.cpp Fixed #1376 (Member variable not initialized in the constructor false positive) 2010-02-10 19:28:51 +01:00
testconstructors.cpp
testcppcheck.cpp
testdangerousfunctions.cpp
testdivision.cpp Fix #1385 (False positive: unsigned division) 2010-02-12 22:24:06 +02:00
testexceptionsafety.cpp
testfilelister.cpp Possibly fix #1369 (Internal error - double-declared enum followed by another enum) 2010-02-09 22:26:15 +02:00
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp
testother.cpp
testpreprocessor.cpp Fixed #1382 (False positive: uninitialized variable when using assembly to initialize variable) 2010-02-12 18:15:15 +01:00
testredundantif.cpp
testrunner.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
testsimplifytokens.cpp
teststl.cpp Fixed #1373 (###### If you see this, there is a bug ######) 2010-02-09 18:11:06 +01:00
testsuite.cpp
testsuite.h
testtoken.cpp
testtokenize.cpp Fix #1366 (void Tokenizer::simplifyTemplates() --> Abort) 2010-02-09 00:16:12 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp