cppcheck/test
PKEuS e486e8cc62 Updated WiX installer and VS solution to VS12 and Qt5 2014-08-02 11:52:37 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp add missing flag. this testcase should only run in non-simplified mode. 2014-07-30 12:18:47 +02:00
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp CheckBufferOverrun: Fixed minsize checking of string literals. Check sizeof string instead of strlen. 2014-07-30 20:35:21 +02:00
testcharvar.cpp
testclass.cpp Fix compiler warnings 2014-07-17 20:04:56 +02:00
testcmdlineparser.cpp
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Fixed #5826 (Change error message for 'throw in destructor' check) 2014-07-19 03:29:50 +02:00
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp
testinternal.cpp Added internal check for || and | inside Token::Match patterns. 2014-07-02 15:51:18 +02:00
testio.cpp Fixed #6009 (Detect type mismatch in printf-like function when type is returned) 2014-07-28 09:16:35 +02:00
testleakautovar.cpp Fixed #5923 (false positive: (error) Resource leak: fp (static file pointer)) 2014-06-23 16:05:28 +02:00
testlibrary.cpp Fix MSVC compiler warnings 2014-07-06 13:08:22 +02:00
testmathlib.cpp MathLib: Added missing testcase for incdec. 2014-06-04 08:41:30 +02:00
testmemleak.cpp
testnonreentrantfunctions.cpp
testnullpointer.cpp Extended std.cfg about more missing functions. Moved POSIX functions to posix.cfg. Extended posix.cfg about more memory allocating functions. 2014-06-25 12:00:24 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Suspicious string comparison: Refactoring using AST. Fixed FP in Lac. 2014-07-28 14:27:35 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #error handling: 2014-06-18 17:57:31 +02:00
testrunner.cpp
testrunner.vcxproj Updated WiX installer and VS solution to VS12 and Qt5 2014-08-02 11:52:37 +02:00
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytokens.cpp Tokenizer: Don't remove struct member in Tokenizer::simplifyKeyword() 2014-08-01 17:19:08 +02:00
testsizeof.cpp #5875 fix 'lib/checksizeof.cpp:142:26: runtime error: member call on null pointer of type 'Token'. Improve error handling in CheckSizeof::checkSizeofForPointerSize() 2014-06-01 22:18:17 +02:00
teststl.cpp Patch from Dmitry-Me: reorder checks so that cheaper ones go first, reuse previously computed values, return early on edge condition 2014-06-16 21:36:31 +02:00
testsuite.cpp Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
testsuite.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
testsuppressions.cpp Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
testsymboldatabase.cpp SymbolDatabase: 'const' can't be the name of a variable - fix use after free #5882 2014-06-26 09:19:57 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Token: Added utility function getStrSize as a complement to getStrLength 2014-08-01 13:12:18 +02:00
testtokenize.cpp Fixed crash #5991: Don't crash when lambda is incomplete 2014-07-31 23:15:36 +02:00
testuninitvar.cpp astyle formatting 2014-07-06 17:50:21 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed false positive #5976: Properly handle shift from stream. 2014-07-17 10:03:58 +02:00
testutils.h Replaced static variable isCPP in Token (was not threadsafe): 2014-06-14 10:28:12 +02:00
testvalueflow.cpp ValueFlow: improved analysis in for loops to avoid fp 2014-08-01 16:12:57 +02:00