.. |
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
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +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
|
BufferOverrun: Use ValueFlow string values more
|
2014-08-04 08:25:10 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +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
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
Fixed #5826 (Change error message for 'throw in destructor' check)
|
2014-07-19 03:29:50 +02:00 |
testfilelister.cpp
|
…
|
|
testfiles.pri
|
…
|
|
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
|
Fixed #5923 (false positive: (error) Resource leak: fp (static file pointer))
|
2014-06-23 16:05:28 +02:00 |
testlibrary.cpp
|
Fix MSVC compiler warnings
|
2014-07-06 13:08:22 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Add a new test for OpenFile function from windows.cfg.
|
2014-06-01 00:00:49 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Extended std.cfg about more missing functions. Moved POSIX functions to posix.cfg. Extended posix.cfg about more memory allocating functions.
|
2014-06-25 12:00:24 +02:00 |
testobsoletefunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed recently introduced FP when C-Style casting nullpointers
|
2014-08-04 11:42:14 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Fixed #error handling:
|
2014-06-18 17:57:31 +02:00 |
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
Visual Studio: Use testsuite.h as precompiled header
|
2014-08-02 18:14:23 +02:00 |
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
…
|
|
testsimplifytokens.cpp
|
Fixed order of simplifications (#6029)
|
2014-08-06 08:39:23 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
Patch from Dmitry-Me: reorder checks so that cheaper ones go first, reuse previously computed values, return early on edge condition
|
2014-06-16 21:36:31 +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
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
testsymboldatabase.cpp
|
Support C++11 style initialization with {}:
|
2014-08-05 15:33:57 +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 false positive #6030: inheriting classes is not a variable declaration.
|
2014-08-06 09:04:03 +02:00 |
testuninitvar.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
testutils.h
|
Replaced static variable isCPP in Token (was not threadsafe):
|
2014-06-14 10:28:12 +02:00 |
testvalueflow.cpp
|
ValueFlow: Improved analysis of assignments
|
2014-08-05 08:28:46 +02:00 |