.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-19 09:18:58 +01:00 |
testassignif.cpp
|
Fixed #4691 (False positive: Mismatching bitmasks in switch())
|
2013-04-07 04:25:10 +02:00 |
testautovariables.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-19 09:18:58 +01:00 |
testboost.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testbufferoverrun.cpp
|
#4706 fix crash when a struct member is used as first argument. Replaced Token::nexArgument with %any% in Token::Match call. Added unittests in testing Token::nexArgument.
|
2013-04-04 15:12:18 +02:00 |
testcharvar.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-19 09:18:58 +01:00 |
testclass.cpp
|
Implemented support for move constructors:
|
2013-04-04 10:53:55 -07:00 |
testcmdlineparser.cpp
|
Improved test coverage: Ensure that passing multiple <id> to --enable works. Check settings.isEnabled("warning").
|
2013-04-01 04:15:05 -07:00 |
testconstructors.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testcppcheck.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testdivision.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testerrorlogger.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testexceptionsafety.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testfilelister.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testfiles.pri
|
…
|
|
testincompletestatement.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testinternal.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testio.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testleakautovar.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testmathlib.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testmemleak.cpp
|
cleanup testcases: moved testcases from #3888 into allocfunc13 which contains similar testcases already.
|
2013-04-03 10:12:36 +02:00 |
testnonreentrantfunctions.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testnullpointer.cpp
|
Fixed #4677 (Message for 'possible null pointer dereference, otherwise it is redundant to check..' is warning but says error)
|
2013-04-07 03:41:02 +02:00 |
testobsoletefunctions.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
#3103 added testcases.
|
2013-04-03 09:33:33 +02:00 |
testpath.cpp
|
Fixed #4608 (false positive: (style) struct or union member is never used.)
|
2013-03-01 16:13:04 +01:00 |
testpathmatch.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testpostfixoperator.cpp
|
Refactorized postfix operator check:
|
2013-03-31 04:17:23 -07:00 |
testpreprocessor.cpp
|
Fixed #4686 (Prefer prefix ++/-- operators for non-primitive types with template iterator)
|
2013-03-30 13:49:56 +01:00 |
testrunner.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testrunner.vcproj
|
Updated VS9 solution with qmake (#4397).
|
2012-12-13 20:38:10 +01:00 |
testrunner.vcxproj
|
Switch to TinyXml2
|
2013-02-16 10:01:34 -08:00 |
testrunner.vcxproj.filters
|
Switch to TinyXml2
|
2013-02-16 10:01:34 -08:00 |
testsimplifytokens.cpp
|
Fixed #4310 (False positive 'boolean result in bitwise' message in template class (was #3818))
|
2013-04-07 16:48:42 +02:00 |
teststl.cpp
|
Fixed #3372 (New check: dereference iterator and then checking it)
|
2013-04-04 21:14:59 -07:00 |
testsuite.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testsuite.h
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testsuppressions.cpp
|
Don't use native separators for suppression matching
|
2013-03-12 07:53:18 -07:00 |
testsymboldatabase.cpp
|
Implemented support for move constructors:
|
2013-04-04 10:53:55 -07: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
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testtoken.cpp
|
Fixed memory leaks in teststl
|
2013-04-07 18:43:18 +02:00 |
testtokenize.cpp
|
Implemented support for rvalue references (C++11):
|
2013-04-04 09:47:44 -07:00 |
testuninitvar.cpp
|
Uninitialized variables: Fixed false positives when using sizeof inside loop
|
2013-03-22 08:10:46 +01:00 |
testunusedfunctions.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testunusedprivfunc.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testunusedvar.cpp
|
Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects()
|
2013-04-01 12:41:14 +02:00 |
testutils.h
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |