cppcheck/test
Daniel Marjamäki ec80068cd9 Merge pull request #228 from simartin/osx_build_restore
RFC: Restore build on OSX
2014-02-05 11:30:34 +01:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fixed #389: Providing negative value to memory allocation function. 2014-02-01 22:38:29 +01:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp revert: commit f6da9d4e3c 2014-01-12 22:47:21 +01:00
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp
testinternal.cpp
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 astyle formatting 2014-02-03 18:51:07 +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 Fixed #5246 (false positive: (warning) Logical conjunction always evaluates to false: t > 0 && t < 1.) 2014-02-04 06:50:29 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
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 Fixed #4938: (.empty() method false positive for non-STL classes) 2014-01-30 18:09:24 -03:00
testsuite.cpp OSX's compiler supports C++11 but one needs to use GNU's STL to build cppcheck, that does not have cbegin/end. 2014-02-01 07:40:08 +01: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 ast: fixed hang when checking beid 2014-02-05 06:05:48 +01:00
testuninitvar.cpp CheckNullPointer: use library instead of hard coded info 2014-01-26 16:19:49 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp 5355: False postive var not assigned 2014-02-01 22:40:35 +01:00
testutils.h Add Variable::isStlType function 2014-01-28 11:44:56 -03:00
testvalueflow.cpp Fixed #5433 (FP:Possible null pointer dereference) 2014-01-31 15:43:34 +01:00