cppcheck/test
Daniel Marjamäki cfbc06c8b6 removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc) 2010-09-05 13:27:58 +02:00
..
tinyxml
test.cxx
test.pro
test.vcproj Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
test.vcxproj Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
test.vcxproj.filters Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
testautovariables.cpp
testbufferoverrun.cpp Fixed #1948 (C++ class scoping not followed) 2010-08-24 22:04:14 +02:00
testcharvar.cpp
testclass.cpp Symbol database: Added todo testcase for better namespace handling. Ticket: #1895 2010-09-03 06:17:34 +02:00
testconstructors.cpp
testcppcheck.cpp Disable command line tests after refactoring command line handling. 2010-09-05 11:17:32 +03:00
testdivision.cpp
testexceptionsafety.cpp Exception safety: Removed the noisy checks and keep the useful checks 2010-08-31 22:22:59 +02:00
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Fixed #2014 (False positive with longjmp) 2010-09-03 07:18:01 +02:00
testobsoletefunctions.cpp Fixed #1999 (False positive: uninitialized variable (__published variables)) 2010-08-31 19:48:04 +02:00
testother.cpp removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc) 2010-09-05 13:27:58 +02:00
testpreprocessor.cpp Fixed #1872 (Confused -v switch) 2010-09-03 13:30:49 +02:00
testredundantif.cpp
testrunner.cpp
testsettings.cpp
testsimplifytokens.cpp Fixed #2011 (Parser error in template function) 2010-09-02 19:09:06 +02:00
teststl.cpp Fixed #1946 ('Dereferenced iterator erased' false positive) 2010-08-17 18:56:11 +02:00
testsuite.cpp
testsuite.h
testthreadexecutor.cpp
testtoken.cpp
testtokenize.cpp Fixed #2021 (false positive: syntax error with -std=gnu++0x code) 2010-09-05 08:16:19 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Symbol database: Fixed false negatives for unused private functions. Ticket: #1895 2010-09-02 19:22:54 +02:00
testunusedvar.cpp Fixed #2017 (false positive::struct or union member 'Base::m_ui' is never used) 2010-09-04 11:21:34 +02:00