cppcheck/test
Lucas Manuel Rodriguez cfd697d6d4 Fixed #4042 (False Positive : Same expression on both sides of '&') 2013-07-11 07:13:47 +02:00
..
options.cpp
options.h
redirect.h
test.cxx test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test.pro
test64bit.cpp
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
testautovariables.cpp Fixed #4641 (False positive: Address of local auto-variable assigned to a function parameter) 2013-06-13 16:19:19 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fixed #4840 (false negative: buffer access out of bounds) 2013-06-25 06:37:51 +02:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testconstructors.cpp Fixed #4824 (False positive: (warning) Member variable 'Foo::m_state' is not initialized in the constructor.) 2013-07-08 06:38:33 +02:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
testmathlib.cpp
testmemleak.cpp Environment: Refactoring and cleanup 2013-07-05 20:55:31 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #4728 (simplify known variables better (%var% & %num%, bitwise and)) 2013-06-26 18:13:28 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #4874 (Minor spelling corrections) 2013-06-26 00:47:02 -07:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #4874 (Minor spelling corrections) 2013-06-26 00:47:02 -07:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp astyle formatting 2013-07-07 10:26:20 +02:00
testsizeof.cpp Fixed #4906 (False positive: void * calculation (cast)) 2013-07-10 06:40:09 +02:00
teststl.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Fixed #4618 (Unmatched suppression: don't show this information message unless --enable=information or --check-cfg is used) 2013-05-31 15:20:58 +02:00
testsymboldatabase.cpp Fixed segmentation fault in SymbolDatabase::SymbolDatabase(Ticket #4892) 2013-07-09 13:10:03 +04:00
testthreadexecutor.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #4042 (False Positive : Same expression on both sides of '&') 2013-07-11 07:13:47 +02:00
testuninitvar.cpp Uninitialized variables: Avoid FP when using '?:' 2013-07-10 16:44:35 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h