.. |
cfg
|
std.cfg: Added returnValue support for iswdigit().
|
2016-11-04 14:20:59 +01:00 |
synthetic
|
synthetic test: fix compiler errors
|
2016-11-07 09:30:17 +01:00 |
CMakeLists.txt
|
…
|
|
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
Fixed #7130 (Wrong assignmentInAssert when using lambda in predicate function)
|
2016-05-26 18:29:29 +02:00 |
testastutils.cpp
|
…
|
|
testautovariables.cpp
|
Support prefix-increment/decrement in CheckAutoVariables::assignFunctionArg() (#3177)
|
2016-10-10 21:34:40 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
…
|
|
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Put apostrophes consistent with other similar messages
|
2016-10-18 15:45:08 +03:00 |
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
Fixed TODO (check if function parameter is non-const reference etc..) by common function
|
2016-11-01 14:06:30 +01:00 |
testconstructors.cpp
|
Fixed #7755 (false positive: member variable is not initialized in the constructor)
|
2016-10-26 10:39:53 +02:00 |
testcppcheck.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfiles.pri
|
…
|
|
testfunctions.cpp
|
…
|
|
testgarbage.cpp
|
#7769 segmentation fault at setTokenValue() on invalid code.
|
2016-11-06 14:20:58 +01:00 |
testimportproject.cpp
|
--project: handle SolutionDir and ProjectDir. This is a partial fix for #7791. custom build macros are still not handled.
|
2016-11-11 16:22:14 +01:00 |
testincompletestatement.cpp
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
testinternal.cpp
|
testinternal: add testcase for TP warning for "previous()->next()"
|
2016-08-25 16:09:06 +02:00 |
testio.cpp
|
TestIO: Refactoring. Use functions instead of macros.
|
2016-10-24 21:43:58 +02:00 |
testleakautovar.cpp
|
CheckLeakAutoVar: Distinguish between new and new[] (#888)
|
2016-10-09 10:28:19 +02:00 |
testlibrary.cpp
|
Fixed #7338 (Library: method in base class)
|
2016-09-04 14:14:21 +02:00 |
testmathlib.cpp
|
MathLib: fix for octal char literal '\200'
|
2016-10-16 13:42:20 +02:00 |
testmemleak.cpp
|
Ticket #7680: Properly handle ::delete during memory leak checks.
|
2016-09-10 14:55:50 +02:00 |
testnullpointer.cpp
|
Fixed TODO (check if function parameter is non-const reference etc..) by common function
|
2016-11-01 14:06:30 +01:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed typos. There are no real changes.
|
2016-11-04 15:01:05 +01:00 |
testpath.cpp
|
Path: Add methods Path::isAbsolute() and Path::getCurrentPath()
|
2016-10-02 12:06:55 +02:00 |
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
bump simplecpp to rev d1c995c03515d289c7aa7246a74d666fd012c4eb
|
2016-11-10 20:04:05 +01:00 |
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd
|
2016-10-02 15:48:03 +02:00 |
testrunner.vcxproj.filters
|
Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd
|
2016-10-02 15:48:03 +02:00 |
testsamples.cpp
|
…
|
|
testsimplifytemplate.cpp
|
…
|
|
testsimplifytokens.cpp
|
Remove Tokenizer::simplifyNull()
|
2016-10-18 21:44:02 +02:00 |
testsimplifytypedef.cpp
|
Fix testrunner
|
2016-10-21 02:20:51 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
astyle formatting
|
2016-10-27 17:11:32 +02:00 |
teststring.cpp
|
charLiteralWithCharPtrCompare: Improved warning to catch any char literal
|
2016-10-09 11:39:20 +02:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Fixed #7767 (SymbolDatabase: function not analysed when unknown macros are in front of function definition)
|
2016-10-22 22:29:18 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Remove Tokenizer::simplifyNull()
|
2016-10-18 21:44:02 +02:00 |
testtokenlist.cpp
|
…
|
|
testtype.cpp
|
Fixed #7807 (false positive: (error) Signed integer overflow for expression 'int32_max-1'.)
|
2016-11-07 22:29:40 +01:00 |
testuninitvar.cpp
|
new can initialize memory, don't warn in this case (#7623)
|
2016-10-08 10:03:09 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Improved check: Complain if a variable is modified but not used again
|
2016-10-10 21:27:40 +02:00 |
testutils.h
|
…
|
|
testvaarg.cpp
|
…
|
|
testvalueflow.cpp
|
ValueFlow: Added float type
|
2016-11-13 22:59:56 +01:00 |
testvarid.cpp
|
Fixed #7740 (Tokenizer::setVarId: Function declaration does not start with 'return')
|
2016-10-03 10:02:18 +02:00 |