..
CMakeLists.txt
…
analyzerinfo.cpp
GUI: Generate Clang files
2020-02-02 11:05:30 +01:00
analyzerinfo.h
…
astutils.cpp
Improve isSameExpression for same valued literals with followvar ( #2519 )
2020-02-03 09:35:24 +01:00
astutils.h
Fix false positives in knownConditionTrueFalse when using expressions with const variables ( #2469 )
2020-01-03 19:35:28 +01:00
check.cpp
Moved function from .h to .cpp
2019-12-21 11:55:11 +01:00
check.h
Refactoring; Avoid templates
2020-02-01 08:52:34 +01:00
check64bit.cpp
…
check64bit.h
…
checkassert.cpp
…
checkassert.h
…
checkautovariables.cpp
Code cleanup
2020-01-25 18:11:54 +01:00
checkautovariables.h
Extend lifetime checking to temporaries ( #2242 )
2019-10-08 09:28:39 +02:00
checkbool.cpp
Fixed #9405 (false positive: (style, inconclusive) Boolean expression 'dqOpen' is used in bitwise operation. Did you mean '&&')
2019-12-20 19:38:30 +01:00
checkbool.h
Fix false negatives in checkBitwiseOnBoolean ( #2220 )
2019-10-06 09:57:31 +02:00
checkboost.cpp
…
checkboost.h
…
checkbufferoverrun.cpp
Refactoring; Reuse variable typeSize
2020-01-19 09:17:38 +01:00
checkbufferoverrun.h
…
checkclass.cpp
Removing check hidingInheritedPublic ( #2482 )
2020-01-09 06:53:08 +01:00
checkclass.h
Removing check hidingInheritedPublic ( #2482 )
2020-01-09 06:53:08 +01:00
checkcondition.cpp
astyle formatting
2020-01-04 18:47:05 +01:00
checkcondition.h
…
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkfunctions.cpp
Check for JSON error when parsing addon .json files + fixes ( #2374 )
2019-11-20 15:37:09 +01:00
checkfunctions.h
…
checkinternal.cpp
…
checkinternal.h
…
checkio.cpp
Fix #8489 (Fix FN printf argument with parenthesis) ( #2508 )
2020-01-27 06:55:01 +01:00
checkio.h
…
checkleakautovar.cpp
Clang import
2020-01-25 17:01:17 +01:00
checkleakautovar.h
…
checkmemoryleak.cpp
Clang import
2020-01-25 17:01:17 +01:00
checkmemoryleak.h
…
checknullpointer.cpp
Refactoring; CWEs should be clarified
2020-01-01 09:09:10 +01:00
checknullpointer.h
…
checkother.cpp
Clang import
2020-01-25 17:01:17 +01:00
checkother.h
Check for JSON error when parsing addon .json files + fixes ( #2374 )
2019-11-20 15:37:09 +01:00
checkpostfixoperator.cpp
…
checkpostfixoperator.h
…
checksizeof.cpp
Update Copyright
2019-06-29 07:49:14 +02:00
checksizeof.h
…
checkstl.cpp
Fix 9546: properly check that the bound is the size ( #2475 )
2020-01-05 16:24:25 +01:00
checkstl.h
Use lifetime analysis for checking mismatching containers ( #2456 )
2019-12-25 09:32:50 +01:00
checkstring.cpp
Set correct type and size of string and char literals ( #2275 )
2019-10-20 07:11:57 +02:00
checkstring.h
…
checktype.cpp
…
checktype.h
…
checkuninitvar.cpp
Break loops earlier
2020-01-16 18:37:10 +03:00
checkuninitvar.h
Clang import
2020-01-25 17:01:17 +01:00
checkunusedfunctions.cpp
…
checkunusedfunctions.h
Silence unused variable warning ( #2223 )
2019-09-27 08:19:45 +02:00
checkunusedvar.cpp
Clang import
2020-01-25 17:01:17 +01:00
checkunusedvar.h
Clarify error msg for hidingInheritedPublic ( #2474 )
2020-01-05 09:32:39 +01:00
checkvaarg.cpp
Clang import
2020-01-25 17:01:17 +01:00
checkvaarg.h
…
clangimport.cpp
Clang import; Fix crash
2020-02-02 12:13:19 +01:00
clangimport.h
Clang import; Rename files/namespace
2020-01-10 16:29:06 +01:00
config.h
Use "override" keyword in clang ( #2459 )
2019-12-25 18:19:00 +03:00
cppcheck.cpp
CLI: add -isystem include paths when running Clang
2020-02-02 16:35:42 +01:00
cppcheck.h
Support clang tidy ( #2486 )
2020-01-30 07:14:17 +01:00
cppcheck.natvis
…
cppcheck.vcxproj
Clang import; Rename files/namespace
2020-01-10 16:29:06 +01:00
cppcheck.vcxproj.filters
Clang import; Rename files/namespace
2020-01-10 16:29:06 +01:00
ctu.cpp
…
ctu.h
…
errorlogger.cpp
Import Clang ast dump (experimental)
2020-01-05 15:12:53 +01:00
errorlogger.h
Rename Verification => Bughunting
2020-01-18 07:25:57 +01:00
exprengine.cpp
ExprEngine; Check struct member assignment
2020-01-21 20:29:13 +01:00
exprengine.h
verificationUninit: ignore bailout values until it's less noisy
2020-01-12 14:52:15 +01:00
importproject.cpp
CLI: add -isystem include paths when running Clang
2020-02-02 16:35:42 +01:00
importproject.h
GUI: Select parser; Cppcheck or Clang
2020-02-02 10:45:42 +01:00
lib.pri
Clang import; Rename files/namespace
2020-01-10 16:29:06 +01:00
library.cpp
Verification; Check function argument values
2019-12-23 22:10:43 +01:00
library.h
Verification; Check function argument values
2019-12-23 22:10:43 +01:00
matchcompiler.h
…
mathlib.cpp
Bugfix Mathlib::isNullValue for hexadecimal numbers ( #2517 )
2020-02-02 16:40:36 +01:00
mathlib.h
…
path.cpp
…
path.h
Update copyright year
2019-02-09 07:24:06 +01:00
pathanalysis.cpp
Refactor ProgramMemory and PathAnalysis ( #2311 )
2019-10-30 17:57:46 +01:00
pathanalysis.h
Refactoring; Remove unused function
2020-02-01 08:34:36 +01:00
pathmatch.cpp
…
pathmatch.h
…
pcrerules.pri
…
platform.cpp
…
platform.h
…
preprocessor.cpp
Thread safety: use std::atomic for global flags
2019-12-19 18:38:22 +01:00
preprocessor.h
Update Copyright year
2019-12-21 11:23:01 +01:00
programmemory.cpp
Clang; Run ValueFlow
2020-01-11 14:00:41 +01:00
programmemory.h
astyle formatting
2019-10-30 18:19:45 +01:00
settings.cpp
Support clang tidy ( #2486 )
2020-01-30 07:14:17 +01:00
settings.h
Check specific Visual Studio configurations ( #2503 )
2020-01-31 07:08:38 +01:00
standards.h
…
suppressions.cpp
Ticket 5607: Allow to exclude folders with glob pattern ( #2498 )
2020-01-24 07:06:09 +01:00
suppressions.h
Ticket 5607: Allow to exclude folders with glob pattern ( #2498 )
2020-01-24 07:06:09 +01:00
symboldatabase.cpp
Fixed #9591 (SymbolDatabase: decltype)
2020-01-29 17:29:40 +01:00
symboldatabase.h
Clang import; distinguish static variable
2020-01-27 13:00:52 +01:00
templatesimplifier.cpp
fix #9539 (Syntax error for valid C++14 code) ( #2446 )
2019-12-12 20:50:20 +01: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
Fixed crash when printing out ValueFlow debug output
2020-01-20 08:11:57 +01:00
token.h
Refactoring; Avoid template<>
2020-02-01 08:20:20 +01:00
tokenize.cpp
Tokenizer::setVarId: better handling of decltype()
2020-01-29 17:40:22 +01:00
tokenize.h
Check for JSON error when parsing addon .json files + fixes ( #2374 )
2019-11-20 15:37:09 +01:00
tokenlist.cpp
Import Clang ast dump (experimental)
2020-01-05 15:12:53 +01:00
tokenlist.h
Import Clang ast dump (experimental)
2020-01-05 15:12:53 +01:00
utils.h
astyle formatting
2020-01-24 21:34:47 +01:00
valueflow.cpp
Refactoring; stricter lambda capture
2020-02-01 08:28:18 +01:00
valueflow.h
Fix issue 6890: ValueFlow: min/max value for variable, after condition ( #2460 )
2019-12-26 15:47:53 +01:00
version.h
Set version
2019-12-21 11:49:01 +01:00
version.rc
…