cppcheck/test
Edoardo Prezioso 47f1220367 Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassignif.cpp
testautovariables.cpp
testboost.cpp
testbufferoverrun.cpp Array index checking: Fixed TODO comment (false negatives when using ?:) 2012-11-30 09:01:15 +01:00
testcharvar.cpp
testclass.cpp Fixed string literals in several unit tests (one test failing - changed it to TODO) 2012-11-29 21:07:52 +01:00
testcmdlineparser.cpp
testconstructors.cpp Fixed #3190 (SymbolDatabase: Parse of sub class constructor fails) 2012-11-30 06:03:58 +01:00
testcppcheck.cpp
testdivision.cpp Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
testinternal.cpp
testio.cpp Fixed #3190 (SymbolDatabase: Parse of sub class constructor fails) 2012-11-30 06:03:58 +01:00
testleakautovar.cpp
testmathlib.cpp
testmemleak.cpp Fixed string literals in several unit tests (one test failing - changed it to TODO) 2012-11-29 21:07:52 +01:00
testnonreentrantfunctions.cpp
testnullpointer.cpp
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
testpath.cpp
testpathmatch.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testpostfixoperator.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testpreprocessor.cpp Fixed #4308 (C++11 raw string literals not parsed correctly) 2012-11-30 13:46:46 +01:00
testrunner.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testrunner.vcproj Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
testrunner.vcxproj Updated VS10 solution. 2012-09-16 13:38:46 +02:00
testrunner.vcxproj.filters
testsimplifytokens.cpp Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
teststl.cpp Fixed #3678 (stlcstrReturn for classes which don't provide a std::string) 2012-11-29 07:10:56 +01:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Fixed #4210 (Unmatched suppression warning emitted from disabled check) 2012-09-23 10:56:12 +02:00
testsymboldatabase.cpp Fixed #3190 (SymbolDatabase: Parse of sub class constructor fails) 2012-11-30 06:03:58 +01:00
testthreadexecutor.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #4187 (False positive: Variable inside a lambda is reported as uninitialized) 2012-11-30 10:30:26 +01:00
testuninitvar.cpp Uninitialized variables: Fixed false negative in new checking when using while loops 2012-11-30 06:30:04 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h