.. |
CMakeLists.txt
|
some CMake cleanups and additions (#2639)
|
2020-05-27 05:15:46 +02:00 |
analyzerinfo.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
analyzerinfo.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
astutils.cpp
|
Renamed hasReturnFunction to hasNoreturFunction
|
2020-05-23 07:30:05 +02:00 |
astutils.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
check.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
check.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
check64bit.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkassert.h
|
added missing OVERRIDE usage and removed redundant virtual (#2190)
|
2019-09-20 21:57:16 +02:00 |
checkautovariables.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkautovariables.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkbool.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkbool.h
|
Fix false negatives in checkBitwiseOnBoolean (#2220)
|
2019-10-06 09:57:31 +02:00 |
checkboost.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkbufferoverrun.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
checkclass.cpp
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
checkclass.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
checkcondition.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkcondition.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkfunctions.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
checkfunctions.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkinternal.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkinternal.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
checkio.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
checkio.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkleakautovar.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkleakautovar.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkmemoryleak.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkmemoryleak.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checknullpointer.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checknullpointer.h
|
Fix issue 8144: valueFlowBeforeCondition: struct (#2645)
|
2020-05-21 08:47:48 +02:00 |
checkother.cpp
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
checkother.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkpostfixoperator.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkstl.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkstring.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkstring.h
|
…
|
|
checktype.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checktype.h
|
Clarify signConversion warning message
|
2019-08-05 12:41:08 +02:00 |
checkuninitvar.cpp
|
fix 9296: false negative uninit variable (#2663)
|
2020-05-28 21:28:18 +02:00 |
checkuninitvar.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkunusedfunctions.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkunusedfunctions.h
|
Silence unused variable warning (#2223)
|
2019-09-27 08:19:45 +02:00 |
checkunusedvar.cpp
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
checkunusedvar.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
checkvaarg.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
checkvaarg.h
|
added missing OVERRIDE usage and removed redundant virtual (#2190)
|
2019-09-20 21:57:16 +02:00 |
clangimport.cpp
|
Refactorization: Fixed a couple of compiler warnings about reusing variable names
|
2020-05-19 08:35:12 +02:00 |
clangimport.h
|
Clang import; Rename files/namespace
|
2020-01-10 16:29:06 +01:00 |
config.h
|
Add generic valueflow forward analysis (#2511)
|
2020-02-13 16:27:06 +01:00 |
cppcheck.cpp
|
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
|
2020-05-30 11:23:22 +02:00 |
cppcheck.h
|
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
|
2020-05-30 11:23:22 +02:00 |
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
Visual Studio: Use new files precompiled.h with several common includes for core and testrunner.
|
2020-05-29 12:16:04 +02:00 |
cppcheck.vcxproj.filters
|
Visual Studio: Use new files precompiled.h with several common includes for core and testrunner.
|
2020-05-29 12:16:04 +02:00 |
ctu.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
ctu.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
errorlogger.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
errorlogger.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
errortypes.cpp
|
astyle formatting
|
2020-05-23 07:30:22 +02:00 |
errortypes.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
exprengine.cpp
|
Fix Cppcheck warning
|
2020-05-27 21:31:40 +02:00 |
exprengine.h
|
ExprEngine; Fixed bug. Constraint expressions must be boolean
|
2020-05-27 19:37:07 +02:00 |
forwardanalyzer.cpp
|
Fix issue 9738: ValueFlow: handle std::tie better (#2657)
|
2020-05-22 22:57:20 +02:00 |
forwardanalyzer.h
|
cleaned up includes based on include-what-you-use (#2632)
|
2020-05-10 16:45:45 +02:00 |
importproject.cpp
|
Import project: Add stdcpp20 and stdcpplatest
|
2020-05-26 08:53:37 +02:00 |
importproject.h
|
Import project: Speed up if --file-filter has been provided
|
2020-05-24 21:23:49 +02:00 |
lib.pri
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
library.cpp
|
Bug hunting: Add 'buffer overflow' check. Detect CVE-2019-19334
|
2020-05-23 17:50:24 +02:00 |
library.h
|
Bug hunting: Add 'buffer overflow' check. Detect CVE-2019-19334
|
2020-05-23 17:50:24 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
path.h
|
…
|
|
pathanalysis.cpp
|
Refactorization: Moved code from header to source
|
2020-05-19 08:35:12 +02:00 |
pathanalysis.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
use range loops / constness (#2181)
|
2019-09-19 20:29:33 +02:00 |
platform.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
precompiled.h
|
Visual Studio: Use new files precompiled.h with several common includes for core and testrunner.
|
2020-05-29 12:16:04 +02:00 |
preprocessor.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
preprocessor.h
|
Update Copyright year
|
2019-12-21 11:23:01 +01:00 |
programmemory.cpp
|
Fixed compilation (next attempt): Added more missing includes
|
2020-05-19 08:53:38 +02:00 |
programmemory.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
settings.cpp
|
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
|
2020-05-30 11:23:22 +02:00 |
settings.h
|
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
|
2020-05-30 11:23:22 +02:00 |
standards.h
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
suppressions.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
suppressions.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
symboldatabase.cpp
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
symboldatabase.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
templatesimplifier.cpp
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
templatesimplifier.h
|
Resolve C4800 Visual C++ warning
|
2019-12-16 18:11:12 +03:00 |
timer.cpp
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
timer.h
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
token.cpp
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
token.h
|
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
|
2020-05-26 20:13:56 +02:00 |
tokenize.cpp
|
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
|
2020-05-30 11:23:22 +02:00 |
tokenize.h
|
Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666)
|
2020-05-30 11:23:22 +02:00 |
tokenlist.cpp
|
Skip ast validation inside template (#2661)
|
2020-05-23 21:11:08 +02:00 |
tokenlist.h
|
Fixed Token::isKeyword: Actually set this flag to a reasonable value in all code paths
|
2020-05-19 13:47:25 +02:00 |
utils.cpp
|
Refactorization: Moved code from header to source
|
2020-05-19 08:35:12 +02:00 |
utils.h
|
Fixed compilation (next attempt): Added more missing includes
|
2020-05-19 08:53:38 +02:00 |
valueflow.cpp
|
Fixed #9741 (Wrong value for sizeof)
|
2020-05-28 21:24:48 +02:00 |
valueflow.h
|
Refactorization: Moved code from header to source
|
2020-05-19 08:35:12 +02:00 |
valueptr.h
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
version.h
|
Reverted and fixed changes in version.h
|
2020-05-26 23:29:12 +02:00 |
version.rc
|
…
|
|