cppcheck/test
Daniel Marjamäki ee435bf885 Fixed #4600 (False positive Uninitialized struct member when using it as 'out parameter') 2013-02-23 15:57:58 +01:00
..
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
…
test64bit.cpp Travis: Fixed false positive in lib/checkbufferoverrun. Ticket: #4486 2013-02-04 19:02:42 +01:00
testassignif.cpp Fixed #4470 (New check: redundant bitand 'x&=1; x&=2;' can be simplified to 'x=0;') 2013-01-21 19:59:34 +01:00
testautovariables.cpp Refactorized check for assigning function parameters: 2013-02-18 08:52:49 -08:00
testboost.cpp
…
testbufferoverrun.cpp Changed severity and message formatting of argumentSize message. 2013-02-16 00:52:27 -08:00
testcharvar.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testclass.cpp Warn about memset(this, 0, sizeof(*this)); (#1285) 2013-02-16 11:02:43 -08:00
testcmdlineparser.cpp fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
testconstructors.cpp Fixed #4536 (non-static member initializer causes false positive) 2013-02-18 06:33:53 +01:00
testcppcheck.cpp
…
testdivision.cpp unsigned division: don't warn about 'unsigned char' because it is promoted to int. 2013-01-30 16:50:12 +01:00
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp Properly handle return/break/continue in CheckIO::checkFileUsage() (#4466) 2013-02-15 08:30:43 -08:00
testleakautovar.cpp
…
testmathlib.cpp
…
testmemleak.cpp Raise syntax error for if-condition without parentheses according to #2518 #4171 2013-02-05 21:13:57 +01:00
testnonreentrantfunctions.cpp
…
testnullpointer.cpp Null pointer: Changed 'possible null pointer dereference - otherwise condition is redundant' to warning 2013-02-02 15:46:29 +01:00
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp Fixed #4329 (False duplicateBranch when branches use conditionally defined macros) 2013-02-18 17:18:33 +01:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp Preprocessor: Better fix for hangs. And added proper unit test. 2013-01-27 02:53:29 +01:00
testrunner.cpp
…
testrunner.vcproj
…
testrunner.vcxproj Switch to TinyXml2 2013-02-16 10:01:34 -08:00
testrunner.vcxproj.filters Switch to TinyXml2 2013-02-16 10:01:34 -08:00
testsimplifytokens.cpp Fixed #4572 (Analysis failed: sizeof final) 2013-02-10 23:54:15 +01:00
teststl.cpp Fixed false positive stlSize for code like "foo + 1 > bar.size()" (#4584) 2013-02-16 02:50:25 -08:00
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp SymbolDatabase: Refactor findFunction handling. Ticket: #4494 2013-01-28 06:47:48 +01:00
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
testtokenize.cpp Fixed #4300 (segmentation fault of cppcheck (invalid code)) 2013-02-20 06:58:27 +01:00
testuninitvar.cpp Fixed #4600 (False positive Uninitialized struct member when using it as 'out parameter') 2013-02-23 15:57:58 +01:00
testunusedfunctions.cpp Fixed #4490 (False positive: unused function (function pointer is taken in global scope)) 2013-01-16 16:52:57 +01:00
testunusedprivfunc.cpp Refactorized CheckClass::privateFunctions: 2013-02-16 01:51:08 -08:00
testunusedvar.cpp Fixed #4394 (FP: Variable 'a' is not assigned a value) 2013-02-20 17:43:16 +01:00
testutils.h
…