..
cfg
wxwidgets.cfg: Improved support for wxString to number conversion functions.
2018-04-07 20:27:02 +02:00
synthetic
Improve Python code
2017-06-05 13:23:00 +02:00
CMakeLists.txt
Fixed #7660 (cmake build does not handle simplecpp)
2016-08-06 18:21:54 +02:00
options.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
options.h
Updated copyright year
2018-01-14 15:37:52 +01:00
redirect.h
Updated copyright year
2018-01-14 15:37:52 +01:00
test.cxx
…
test64bit.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testassert.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testastutils.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testautovariables.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testbool.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testboost.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testbufferoverrun.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testcharvar.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testclass.cpp
virtualCallInConstructor: Clarify warning message
2018-04-04 13:04:40 +02:00
testcmdlineparser.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testcondition.cpp
astyle formatting
2018-04-08 09:25:59 +02:00
testconstructors.cpp
Improve check: Variable is not initialized in private constructor (C++11 or later)
2018-04-02 15:26:15 +02:00
testcppcheck.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testerrorlogger.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testexceptionsafety.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testfilelister.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testfiles.pri
Makefile: updated for release
2018-04-02 09:02:50 +02:00
testforeach.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testfunctions.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testgarbage.cpp
SymbolDatabase: Throw InternalError if parsing fails
2018-04-02 13:14:48 +02:00
testimportproject.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testincompletestatement.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testinternal.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testio.cpp
ValueType: Improved type handling of containers when [] operator is used
2018-04-06 22:26:35 +02:00
testleakautovar.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testlibrary.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testmathlib.cpp
fix some typos found by codespell.
2018-02-04 20:53:43 +01:00
testmemleak.cpp
Fix false positive when constructing with curly brace ( #1148 )
2018-04-05 06:47:59 +02:00
testnullpointer.cpp
Extend nullPointerArithmetic to check for addition as well
2018-04-03 21:32:37 +02:00
testoptions.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testother.cpp
Find duplicate expressions assigned to the same variable ( #1129 )
2018-04-08 14:43:19 +02:00
testpath.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testpathmatch.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testpostfixoperator.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testpreprocessor.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testrunner.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testrunner.vcxproj
also generate debug information when building for release. This makes ( #1003 )
2017-11-29 08:31:30 +01:00
testrunner.vcxproj.filters
Support relative paths in Visual Studio projects properties ( #995 )
2017-11-11 11:13:18 +01:00
testsamples.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testsimplifytemplate.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testsimplifytokens.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testsimplifytypedef.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testsizeof.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
teststl.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
teststring.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testsuite.cpp
Fix sorting order for test fixtures to get consistent behaviour across different platforms ( #1145 )
2018-04-04 20:51:47 +02:00
testsuite.h
Fix sorting order for test fixtures to get consistent behaviour across different platforms ( #1145 )
2018-04-04 20:51:47 +02:00
testsuppressions.cpp
Refactor f487182
2018-02-06 08:59:36 +01:00
testsymboldatabase.cpp
Fix another SymbolDatabase bailout ( #1157 )
2018-04-08 07:29:19 +02:00
testthreadexecutor.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testtimer.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testtoken.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testtokenize.cpp
Fix #8477 (False positive caused by anonymous enum in method body) ( #1154 )
2018-04-08 08:00:12 +02:00
testtokenlist.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testtype.cpp
Updated copyright year
2018-03-31 20:59:09 +02:00
testuninitvar.cpp
Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis.
2018-02-06 14:56:17 +01:00
testunusedfunctions.cpp
Taking care of operation overloading functions ( #1108 )
2018-03-12 10:25:30 +01:00
testunusedprivfunc.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testunusedvar.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testutils.h
Update copyright year to 2007-2016.
2016-01-01 15:34:45 +02:00
testvaarg.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00
testvalueflow.cpp
Extend valueflow comparison ops ( #1153 )
2018-04-08 09:24:01 +02:00
testvarid.cpp
Updated copyright year
2018-01-14 15:37:52 +01:00