.. |
CMakeLists.txt
|
some cleanups (#2601)
|
2020-04-09 09:23:31 +02:00 |
analyzerinfo.cpp
|
GUI: Generate Clang files
|
2020-02-02 11:05:30 +01:00 |
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Fixed #8916 (FP: followVar does not seem to handle non-const method call properly)
|
2020-04-18 19:54:55 +02:00 |
astutils.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
check.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
check.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
Consider pre{inc,dec}rements on assert checks (#2605)
|
2020-04-18 09:26:24 +02:00 |
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Fix issue 9677: False positive: returning pointer to oject that will not be invalid (#2607)
|
2020-04-18 09:23:10 +02:00 |
checkautovariables.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkbool.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkbufferoverrun.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkbufferoverrun.h
|
astyle formatting
|
2020-04-13 13:48:05 +02:00 |
checkclass.cpp
|
Fixed #9679 (False positive: use this after free (lambda not executed directly))
|
2020-04-17 20:20:45 +02: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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkfunctions.cpp
|
Bugfix valuetype for some integer constants (#2545)
|
2020-02-19 07:51:39 +01:00 |
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkinternal.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkio.cpp
|
Fix #8489 (Fix FN printf argument with parenthesis) (#2508)
|
2020-01-27 06:55:01 +01:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkmemoryleak.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checknullpointer.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checknullpointer.h
|
…
|
|
checkother.cpp
|
Fixed #9195 (False positive: shadowFunction when constructor is shadowed)
|
2020-04-20 18:02:10 +02:00 |
checkother.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkstl.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkuninitvar.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
checkunusedfunctions.cpp
|
Fixed #8580 (False positive: unused function (lambda))
|
2019-04-27 17:17:51 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
astyle formatting
|
2020-04-13 12:52:00 +02: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; Ensure Function::arg is set
|
2020-04-13 13:37:34 +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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
forwardanalyzer.cpp
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
forwardanalyzer.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
importproject.cpp
|
add command line option to select single project configuration of loaded solution (#2523)
|
2020-04-19 18:19:28 +02:00 |
importproject.h
|
add command line option to select single project configuration of loaded solution (#2523)
|
2020-04-19 18:19:28 +02: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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
pathanalysis.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02: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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02: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
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
suppressions.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
symboldatabase.cpp
|
Fixed #9038 (Auto type with explicit pointer symbol detected as integer)
|
2020-04-19 20:08:47 +02:00 |
symboldatabase.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02: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
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
fixes for Clang and clang-tidy 10 (#2588)
|
2020-04-04 11:44:59 +02:00 |
token.h
|
Maybeunusedsupport (#2570)
|
2020-04-12 20:35:54 +02:00 |
tokenize.cpp
|
Fixes issue #9664 (#2614)
|
2020-04-20 08:59:35 +02:00 |
tokenize.h
|
Report unknown macros for pattern '%name% %num%'
|
2020-02-22 11:57:36 +01:00 |
tokenlist.cpp
|
Fixes issue #9664 (#2614)
|
2020-04-20 08:59:35 +02:00 |
tokenlist.h
|
cleaned up includes based on include-what-you-use (#2600)
|
2020-04-13 13:44:48 +02:00 |
utils.h
|
astyle formatting
|
2020-01-24 21:34:47 +01:00 |
valueflow.cpp
|
Fixed #9559 (Multiple checks to std::atomic are not redundant)
|
2020-04-19 17:29:40 +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
|
…
|
|