..
CMakeLists.txt
fixed OSS-Fuzz builds and added CMake targets ( #2577 )
2020-03-31 09:33:58 +02:00
analyzerinfo.cpp
GUI: Generate Clang files
2020-02-02 11:05:30 +01:00
analyzerinfo.h
…
astutils.cpp
Fix issue 9536: False positive: Reference to temporary returned when using operator() ( #2582 )
2020-04-01 22:35:41 +02:00
astutils.h
Use valueFlowGeneric for valueFlowForwardExpression ( #2537 )
2020-02-16 16:02:22 +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
Formatted the code. There are no functional changes [ci skip]
2020-03-26 17:03:21 +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
…
checkboost.cpp
…
checkboost.h
…
checkbufferoverrun.cpp
Fix issue 9360: False positive: arrayIndexOutOfBounds when function is called with different array sizes ( #2541 )
2020-02-17 10:31:08 +01:00
checkbufferoverrun.h
…
checkclass.cpp
New check: delete 'self pointer' that might be used as 'this' and then use some member/method
2020-02-18 18:24:18 +01:00
checkclass.h
New check: delete 'self pointer' that might be used as 'this' and then use some member/method
2020-02-18 18:24:18 +01:00
checkcondition.cpp
Find more redundant conditions ( #2597 )
2020-04-07 07:15:15 +02:00
checkcondition.h
…
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkfunctions.cpp
Bugfix valuetype for some integer constants ( #2545 )
2020-02-19 07:51:39 +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
9575: false positive in fclose ( #2540 )
2020-02-17 10:25:30 +01:00
checkleakautovar.h
…
checkmemoryleak.cpp
Clang import
2020-01-25 17:01:17 +01:00
checkmemoryleak.h
…
checknullpointer.cpp
Add generic valueflow forward analysis ( #2511 )
2020-02-13 16:27:06 +01:00
checknullpointer.h
…
checkother.cpp
minor tweaks of knownConditionTrueFalse
2020-02-15 20:21:13 +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
…
checksizeof.h
…
checkstl.cpp
aligned GCC warnings ( #2592 )
2020-04-08 14:56:12 +02:00
checkstl.h
Running astyle. There are no functional changes [ci skip]
2020-04-04 14:49:08 +02: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
checkuninitvar: Fix FN with c++ casts ( #2549 )
2020-02-23 19:53:17 +01:00
checkuninitvar.h
Clang import
2020-01-25 17:01:17 +01:00
checkunusedfunctions.cpp
…
checkunusedfunctions.h
…
checkunusedvar.cpp
Fix redundant FP assignment with unsigned zero ( #2521 )
2020-02-09 11:16:08 +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: Better handling of methods that are defined after declaration
2020-04-06 17:18:52 +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
astyle formatting
2020-04-05 10:57:51 +02:00
cppcheck.h
Support clang tidy ( #2486 )
2020-01-30 07:14:17 +01:00
cppcheck.natvis
…
cppcheck.vcxproj
Add generic valueflow forward analysis ( #2511 )
2020-02-13 16:27: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
fixes for Clang and clang-tidy 10 ( #2588 )
2020-04-04 11:44:59 +02:00
exprengine.h
verificationUninit: ignore bailout values until it's less noisy
2020-01-12 14:52:15 +01:00
forwardanalyzer.cpp
Fix crash in valueflow when using local classes ( #2575 )
2020-03-22 10:12:53 +01:00
forwardanalyzer.h
Typos found by running "codespell" ( #2584 )
2020-04-01 14:37:43 +02:00
importproject.cpp
CLI: add -isystem include paths when running Clang
2020-02-02 16:35:42 +01:00
importproject.h
GUI: Simple first hack to allow bughunting in the GUI
2020-02-04 21:20:43 +01:00
lib.pri
Add generic valueflow forward analysis ( #2511 )
2020-02-13 16:27:06 +01:00
library.cpp
Use library config for unstable containers instead of hardcoded values ( #2585 )
2020-04-03 13:16:57 +02:00
library.h
Use library config for unstable containers instead of hardcoded values ( #2585 )
2020-04-03 13:16:57 +02:00
matchcompiler.h
…
mathlib.cpp
Bugfix valuetype for some integer constants ( #2545 )
2020-02-19 07:51:39 +01:00
mathlib.h
…
path.cpp
…
path.h
…
pathanalysis.cpp
Add generic valueflow forward analysis ( #2511 )
2020-02-13 16:27:06 +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
Resolve sign mismatch warnings
2020-03-19 18:22:55 +03:00
preprocessor.cpp
Refactoring suppressions
2020-02-23 19:49:53 +01:00
preprocessor.h
Update Copyright year
2019-12-21 11:23:01 +01:00
programmemory.cpp
astyle formatting
2020-02-21 16:18:41 +01:00
programmemory.h
Fix issue 7804: ValueFlow: possible value in second if body ( #2543 )
2020-02-19 07:55:04 +01:00
settings.cpp
Add Support For Configuring Addon Python Interpreter Version ( #2591 )
2020-04-05 10:57:28 +02:00
settings.h
Add Support For Configuring Addon Python Interpreter Version ( #2591 )
2020-04-05 10:57:28 +02:00
standards.h
…
suppressions.cpp
Refactoring suppressions
2020-02-23 19:49:53 +01:00
suppressions.h
Refactoring suppressions
2020-02-23 19:49:53 +01:00
symboldatabase.cpp
Fixed #9596 (False positive: Returning an integer in a function with a pointer return type auto handling)
2020-04-04 20:03:48 +02:00
symboldatabase.h
Avoid giant C4267 warning in 64-bit Visual C++ build ( #2569 )
2020-03-14 14:41:45 +01:00
templatesimplifier.cpp
TemplateSimplifier: Simplification of const types
2020-04-05 13:51:58 +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
fixes for Clang and clang-tidy 10 ( #2588 )
2020-04-04 11:44:59 +02:00
token.h
Refactoring; Avoid template<>
2020-02-01 08:20:20 +01:00
tokenize.cpp
fixes for Clang and clang-tidy 10 ( #2588 )
2020-04-04 11:44:59 +02:00
tokenize.h
Report unknown macros for pattern '%name% %num%'
2020-02-22 11:57:36 +01:00
tokenlist.cpp
Fix issue 9644: Token::astOperand1() cyclic dependency on valid C++ code ( #2590 )
2020-04-04 10:55:31 +02:00
tokenlist.h
Report unknown macros for pattern '%name% %num%'
2020-02-22 11:57:36 +01:00
utils.h
astyle formatting
2020-01-24 21:34:47 +01:00
valueflow.cpp
astyle formatting
2020-04-04 10:31:38 +02:00
valueflow.h
Fix issue 9360: False positive: arrayIndexOutOfBounds when function is called with different array sizes ( #2541 )
2020-02-17 10:31:08 +01:00
valueptr.h
astyle formatting
2020-02-13 17:04:05 +01:00
version.h
Set version
2019-12-21 11:49:01 +01:00
version.rc
…