.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
Fixed crash, simplified code in testassert.cpp
|
2014-08-06 12:24:21 +02:00 |
testassignif.cpp
|
add missing flag. this testcase should only run in non-simplified mode.
|
2014-07-30 12:18:47 +02:00 |
testautovariables.cpp
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Fixed #6070 (false positive: Array 'array[8192]' accessed at index 8192, which is out of bounds)
|
2014-08-19 07:03:00 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
#6077: Don't warn about memcpy/memmove on class containing floats.
|
2014-08-20 15:12:53 +02:00 |
testcmdlineparser.cpp
|
…
|
|
testconstructors.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +02:00 |
testcppcheck.cpp
|
…
|
|
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
Fixed crash on invalid code #6080
|
2014-08-23 12:36:42 +02:00 |
testfilelister.cpp
|
…
|
|
testfiles.pri
|
dmake: update
|
2014-08-06 14:25:49 +02:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
testio.cpp
|
Fixed #6009 (Detect type mismatch in printf-like function when type is returned)
|
2014-07-28 09:16:35 +02:00 |
testleakautovar.cpp
|
…
|
|
testlibrary.cpp
|
Fix MSVC compiler warnings
|
2014-07-06 13:08:22 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
…
|
|
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
…
|
|
testobsoletefunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed template bracket linkage in while loop simplification
|
2014-08-23 12:28:54 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
testrunner.vcxproj.filters
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
testsamples.cpp
|
…
|
|
testsimplifytokens.cpp
|
Fixed cppcheck internal warnings
|
2014-08-23 12:47:16 +02:00 |
testsizeof.cpp
|
#6050 arithmetic on void** - fix false positive
|
2014-08-17 19:14:55 +02:00 |
teststl.cpp
|
Fixed false negative #4306: Detect loop access of empty STL container
|
2014-08-09 10:06:44 +02:00 |
testsuite.cpp
|
Flush stdout after putchar('.') to ensure that the characters are printed immediately as a progress indicator.
|
2014-08-05 13:22:40 +02:00 |
testsuite.h
|
Refactorization: Moved code out of macro TEST_CASE
|
2014-08-05 12:55:46 +02:00 |
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
Token: Added utility function getStrSize as a complement to getStrLength
|
2014-08-01 13:12:18 +02:00 |
testtokenize.cpp
|
Fixed #6058: Don't detect class with unknown macro as variable.
|
2014-08-26 10:40:00 +02:00 |
testuninitvar.cpp
|
Dead pointer: Fixed FP for subfunction pointer argument
|
2014-08-14 06:47:19 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
testutils.h
|
…
|
|
testvaarg.cpp
|
Fixed false positive #6066: va_list may be used after being copied.
|
2014-08-18 10:40:39 +02:00 |
testvalueflow.cpp
|
ValueFlow: Removed testcases for code that has been removed
|
2014-08-24 08:50:49 +02:00 |