cppcheck/test
Lucas Manuel Rodriguez 006b8055e5 Fixed #4676 (Duplicated inherited member check) 2013-08-20 06:29:19 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testassert.cpp Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable)) 2013-06-05 22:10:43 +02:00
testassignif.cpp AssignIf: Improved handling of function calls 2013-08-13 14:08:54 +02:00
testautovariables.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testbool.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testboost.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testbufferoverrun.cpp astyle formatting 2013-08-10 12:32:59 +02:00
testcharvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testclass.cpp Fixed #4676 (Duplicated inherited member check) 2013-08-20 06:29:19 +02:00
testcmdlineparser.cpp Added some unit tests to improve test coverage in cmdlineparser 2013-08-15 11:09:40 +02:00
testconstructors.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testcppcheck.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testdivision.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testerrorlogger.cpp Simplified code in testerrorlogger by reusing constant object. 2013-08-07 17:02:35 +02:00
testexceptionsafety.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testfilelister.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testfiles.pri Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testincompletestatement.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testinternal.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testio.cpp Fixed #4964 (printf format argument check only supports simple variables) 2013-08-20 06:16:31 +02:00
testleakautovar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testmathlib.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testmemleak.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testnonreentrantfunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testnullpointer.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testobsoletefunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testoptions.cpp
testother.cpp reassign var: better handling of struct members 2013-08-15 16:13:58 +02:00
testpath.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testpathmatch.cpp Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp 2013-08-07 17:55:31 +02:00
testpostfixoperator.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testpreprocessor.cpp Fixed #4256 (Preprocessor: '#pragma once' doesn't work properly when using -D) 2013-08-18 18:04:06 +02:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testrunner.vcxproj.filters Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testsimplifytokens.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testsizeof.cpp Fixed #4965 (sizeof(void) check - error in message) 2013-08-20 06:20:52 +02:00
teststl.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testsuite.cpp Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952 2013-08-16 05:42:12 +02:00
testsuite.h Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952 2013-08-16 05:42:12 +02:00
testsuppressions.cpp Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp 2013-08-07 17:55:31 +02:00
testsymboldatabase.cpp Symbol Database: improved type handling. Ticket: #4952 2013-08-17 18:43:15 +02:00
testthreadexecutor.cpp Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp 2013-08-07 17:55:31 +02:00
testtimer.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testtoken.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testtokenize.cpp Ticket #4959: Simplify {in,de}crements of known variables. 2013-08-16 23:51:00 +02:00
testuninitvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testunusedfunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testunusedprivfunc.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testunusedvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testutils.h