.. |
CMakeLists.txt
|
…
|
|
analyzer.h
|
use `emptyString` more consistently (#4034)
|
2022-07-10 10:57:29 +02:00 |
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
…
|
|
astutils.h
|
…
|
|
calculate.h
|
Fix 11053: Integer division by zero in calculate.h (#4092)
|
2022-05-09 20:27:32 +02:00 |
check.cpp
|
…
|
|
check.h
|
Update Copyrights
|
2022-08-28 14:22:12 +02:00 |
check64bit.cpp
|
Update copyright year
|
2022-02-05 11:45:17 +01:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
Update copyright year
|
2022-05-21 12:18:27 +02:00 |
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Fix FP bitwiseOnBoolean (#4280)
|
2022-07-14 20:59:39 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
Fix #11145 FP negativeMemoryAllocationSize with possible value (#4387)
|
2022-08-20 07:56:31 +02:00 |
checkclass.cpp
|
…
|
|
checkclass.h
|
…
|
|
checkcondition.cpp
|
…
|
|
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
Update Copyrights
|
2022-08-28 14:22:12 +02:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Fix checkLibraryFunction FPs (#4423)
|
2022-09-02 07:51:10 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkother.cpp
|
…
|
|
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Update copyright year
|
2022-05-21 12:18:27 +02:00 |
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Fix another c_strParam regression (#4394)
|
2022-08-23 20:26:36 +02:00 |
checkstl.h
|
Fix #7515 New check: Not needed c_str() operation (#4371)
|
2022-08-20 20:52:10 +02:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
Update copyright year
|
2022-05-21 12:18:27 +02:00 |
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
LCppC backports: Refactorizations/Optimizations (#4204)
|
2022-08-21 17:21:02 +02:00 |
checkuninitvar.h
|
Rename old uninitvar ID to use legacyUninitvar (#4043)
|
2022-04-27 17:37:37 +02:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
Update copyright year
|
2022-05-21 12:18:27 +02:00 |
clangimport.cpp
|
…
|
|
clangimport.h
|
LCppC backports: Refactorizations/Optimizations (#4204)
|
2022-08-21 17:21:02 +02:00 |
color.cpp
|
…
|
|
color.h
|
…
|
|
config.h
|
some `--exception-handling` related improvements (#4368)
|
2022-08-20 20:54:31 +02:00 |
cppcheck.cpp
|
…
|
|
cppcheck.h
|
Remove bug hunting. This feature will be provided in Cppcheck premium.
|
2022-04-11 07:31:33 +02:00 |
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
…
|
|
ctu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
errortypes.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
errortypes.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
forwardanalyzer.cpp
|
…
|
|
forwardanalyzer.h
|
…
|
|
importproject.cpp
|
…
|
|
importproject.h
|
…
|
|
infer.cpp
|
…
|
|
infer.h
|
Update copyright year
|
2022-02-05 11:45:17 +01:00 |
lib.pri
|
Remove bug hunting. This feature will be provided in Cppcheck premium.
|
2022-04-11 07:31:33 +02:00 |
library.cpp
|
Fix noreturn FP with while() (#4429)
|
2022-09-04 10:26:31 +02:00 |
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pathanalysis.cpp
|
…
|
|
pathanalysis.h
|
…
|
|
pathmatch.cpp
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
precompiled.h
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
programmemory.cpp
|
Fix #11020 FP arrayIndexOutOfBounds if string literals are assigned conditionally (#4428)
|
2022-09-01 22:59:46 +02:00 |
programmemory.h
|
…
|
|
reverseanalyzer.cpp
|
…
|
|
reverseanalyzer.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
smallvector.h
|
…
|
|
sourcelocation.h
|
Add backtrace to valueflow in debug mode (#4195)
|
2022-06-12 07:13:42 +02:00 |
standards.h
|
…
|
|
summaries.cpp
|
avoid unnecessary copies with `push_back()` and `push_front()` (#4451)
|
2022-09-08 09:21:35 +02:00 |
summaries.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
…
|
|
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
Update Copyrights
|
2022-08-28 14:22:12 +02:00 |
timer.h
|
…
|
|
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
…
|
|
tokenize.h
|
…
|
|
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
tokenrange.h
|
Format with uncrustify (#3388)
|
2021-08-07 20:51:18 +02:00 |
utils.cpp
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
…
|
|
valueflow.h
|
…
|
|
valueptr.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
…
|
|