cppcheck/test
Lucas Manuel Rodriguez 2048313915 Add Variable::isStlType function 2014-01-28 11:44:56 -03:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp
testautovariables.cpp
testbool.cpp testbool: same for checkComparisonOfBoolWithBool 2014-01-10 21:08:11 +01:00
testboost.cpp
testbufferoverrun.cpp Cleanup ExecutionPath from CheckBufferOverrun 2014-01-22 21:25:37 +01:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp revert: commit f6da9d4e3c 2014-01-12 22:47:21 +01:00
testconstructors.cpp Fixed #5279 (False positive: warning (uninitMemberVar): Member variable 'ToDoubleArray::mfNaN' is not initialized in the constructor. (modified #5170 example)) 2014-01-01 18:34:39 +01:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri Add new experimental value flow analysis 2014-01-04 20:57:02 +01:00
testincompletestatement.cpp
testinternal.cpp CheckInternal: Improved checking of multiCompare patterns. The multiCompare pattern can contain any %cmd% until there is non-%cmd% used. For instance %var%|%num% is handled ok. 2014-01-05 23:03:36 +01:00
testio.cpp Fixed #5248 (False positive: Invalid argument in scanf for %zd) 2014-01-14 06:09:13 +01:00
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp CheckMemoryLeak: test alloc/dealloc configuration in posix.cfg 2014-01-27 16:51:18 +01:00
testnonreentrantfunctions.cpp
testnullpointer.cpp CheckNullPointer: Update std.cfg and test that updates are correct 2014-01-27 17:33:16 +01:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Replaced duplicated logf(2.0) with logf(2.0f) unittest 2014-01-23 16:19:30 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Preprocessor: fixed 8.0E+007 in macros 2014-01-08 18:05:14 +01:00
testrunner.cpp
testrunner.vcxproj value flow: Updated Visual Studio files 2014-01-05 09:52:37 +01:00
testrunner.vcxproj.filters value flow: Updated Visual Studio files 2014-01-05 09:52:37 +01:00
testsimplifytokens.cpp value flow: use more specific bailouts when analysing value flow after assignment 2014-01-22 06:38:25 +01:00
testsizeof.cpp
teststl.cpp
testsuite.cpp Moved several hardcoded function names in format string checking into libraries (std.cfg and windows.cfg). 2014-01-12 03:44:24 -08:00
testsuite.h Moved several hardcoded function names in format string checking into libraries (std.cfg and windows.cfg). 2014-01-12 03:44:24 -08:00
testsuppressions.cpp
testsymboldatabase.cpp Add Variable::isStlType function 2014-01-28 11:44:56 -03:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #5417 (ast: avoid hang when '({})' is used) 2014-01-28 06:11:53 +01:00
testuninitvar.cpp CheckNullPointer: use library instead of hard coded info 2014-01-26 16:19:49 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Fixed #4787 (False Positive: Unused private function) 2014-01-01 18:36:51 +01:00
testunusedvar.cpp
testutils.h Add Variable::isStlType function 2014-01-28 11:44:56 -03:00
testvalueflow.cpp value flow: added bailout for conditional return/continue/break when number_of_if is bigger than 0 2014-01-26 15:50:25 +01:00