.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testassignif.cpp
|
Fixes for test suite, added a TODO unit test about bad typedef simplification
|
2014-06-04 18:46:11 +02:00 |
testautovariables.cpp
|
Fixed #5860: Don't show returnTempReference for calculations on unknown types
|
2014-05-24 12:50:04 +02:00 |
testbool.cpp
|
Fixed TODO in checkAssignBoolToFloat
|
2014-05-24 20:06:45 +02:00 |
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Added a test for out-of-bounds character array access.
|
2014-05-27 16:21:13 +02:00 |
testcharvar.cpp
|
Fixed #5771 (false positive: (warning) When using 'char' variables in bit operations, sign extension can generate unexpected results.)
|
2014-05-13 15:53:31 +02:00 |
testclass.cpp
|
Fixed #5807 (non virtual dtor in virtual class)
|
2014-06-14 12:55:20 +02:00 |
testcmdlineparser.cpp
|
Internal checking is now enabled by the macro CHECK_INTERNAL
|
2014-05-18 19:50:06 +02:00 |
testconstructors.cpp
|
…
|
|
testcppcheck.cpp
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
Fixed #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor)
|
2014-05-20 06:10:34 +02:00 |
testfilelister.cpp
|
…
|
|
testfiles.pri
|
…
|
|
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
Fixed messages of CheckInternal, fixed a false positive.
|
2014-05-18 20:39:52 +02:00 |
testio.cpp
|
Use AST in CheckIO::checkCoutCerrMisusage() - fixes #3254.
|
2014-05-22 20:25:54 +02:00 |
testleakautovar.cpp
|
…
|
|
testlibrary.cpp
|
Library: Change range operator in validation pattern to ':'
|
2014-06-08 18:12:11 +02:00 |
testmathlib.cpp
|
MathLib: Added missing testcase for incdec.
|
2014-06-04 08:41:30 +02:00 |
testmemleak.cpp
|
Add a new test for OpenFile function from windows.cfg.
|
2014-06-01 00:00:49 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Refactoring: Removed CheckNullPointer::nullPointerByCheckAndDeRef and implemented needed analysis in ValueFlow instead.
|
2014-06-22 10:02:14 +02:00 |
testobsoletefunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Library: Change range operator in validation pattern to ':'
|
2014-06-08 18:12:11 +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
|
…
|
|
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
…
|
|
testsimplifytokens.cpp
|
Tokenizer: Removed Tokenizer::simplifyConditionOperator(). Using the AST and ValueFlow, it should be much easier to parse ?: than before.
|
2014-06-10 19:30:13 +02:00 |
testsizeof.cpp
|
#5875 fix 'lib/checksizeof.cpp:142:26: runtime error: member call on null pointer of type 'Token'. Improve error handling in CheckSizeof::checkSizeofForPointerSize()
|
2014-06-01 22:18:17 +02:00 |
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
|
…
|
|
testsuite.h
|
Fixed VS warnings
|
2014-06-04 18:55:29 +02:00 |
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Fixed #5867 (invalid debug warnung: Scope::checkVariable : varid0)
|
2014-06-02 06:18:32 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
Replaced static variable isCPP in Token (was not threadsafe):
|
2014-06-14 10:28:12 +02:00 |
testtokenize.cpp
|
Fixed fsanitize=undefined: left shift of negative value -10000 in lib/templatesimplifier.cpp.
|
2014-06-16 10:58:41 +02:00 |
testuninitvar.cpp
|
Tokenizer: Removed Tokenizer::simplifyConditionOperator(). Using the AST and ValueFlow, it should be much easier to parse ?: than before.
|
2014-06-10 19:30:13 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
…
|
|
testutils.h
|
Replaced static variable isCPP in Token (was not threadsafe):
|
2014-06-14 10:28:12 +02:00 |
testvalueflow.cpp
|
ValueFlow: analysis in condition.
|
2014-06-19 17:29:41 +02:00 |