cppcheck/lib
Daniel Marjamäki a350ed9bc2 Fixed #9023 (AST: wrong lhs for a = b + foo(A::Hash{}(""))) 2020-02-16 13:58:43 +01:00
..
CMakeLists.txt
analyzerinfo.cpp GUI: Generate Clang files 2020-02-02 11:05:30 +01:00
analyzerinfo.h
astutils.cpp Fixed #9280 (False positive: unreadVariable on assignment to fixed address volatile struct member) 2020-02-15 17:31:47 +01:00
astutils.h Add generic valueflow forward analysis (#2511) 2020-02-13 16:27:06 +01:00
check.cpp
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
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Refactoring; Reuse variable typeSize 2020-01-19 09:17:38 +01:00
checkbufferoverrun.h
checkclass.cpp checkVirtualFunctionCallInConstructor; Check should be 'style' since there is no UB. Disabled the check temporarily, it should use CTU to determine if the class is a base class 2020-02-14 17:10:12 +01:00
checkclass.h checkVirtualFunctionCallInConstructor; Check should be 'style' since there is no UB. Disabled the check temporarily, it should use CTU to determine if the class is a base class 2020-02-14 17:10:12 +01:00
checkcondition.cpp astyle formatting 2020-01-04 18:47:05 +01:00
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Fix redundant FP assignment with unsigned zero (#2521) 2020-02-09 11:16:08 +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 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
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Fix issue 9599: False positive: Using object that points to local variable that may be invalid (#2530) 2020-02-11 11:45:10 +01:00
checkstl.h
checkstring.cpp
checkstring.h
checktype.cpp
checktype.h
checkuninitvar.cpp Fixed #9594 (False positive: Using argument that points at uninitialized variable when write only) 2020-02-04 18:56:18 +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
checkvaarg.cpp Clang import 2020-01-25 17:01:17 +01:00
checkvaarg.h
clangimport.cpp Fixed #9600 (false positive: compareBoolExpressionWithInt with --clang) 2020-02-15 14:45:12 +01: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 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 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
errorlogger.h Rename Verification => Bughunting 2020-01-18 07:25:57 +01:00
exprengine.cpp Add generic valueflow forward analysis (#2511) 2020-02-13 16:27:06 +01:00
exprengine.h verificationUninit: ignore bailout values until it's less noisy 2020-01-12 14:52:15 +01:00
forwardanalyzer.cpp Refactoring; Use std::function instead of template type 2020-02-15 09:20:49 +01:00
forwardanalyzer.h astyle formatting 2020-02-13 17:04:05 +01: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
library.h
matchcompiler.h
mathlib.cpp Fix redundant FP assignment with unsigned zero (#2521) 2020-02-09 11:16:08 +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
preprocessor.cpp
preprocessor.h
programmemory.cpp Remove unused functions 2020-02-14 20:37:33 +01:00
programmemory.h Add generic valueflow forward analysis (#2511) 2020-02-13 16:27:06 +01:00
settings.cpp Support clang tidy (#2486) 2020-01-30 07:14:17 +01:00
settings.h GUI: Tweak ProjectFileDialog: Bug hunting, safe class checking 2020-02-09 21:02:28 +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 SymbolDatabase; Set smart pointer type in Variable valueType 2020-02-14 09:40:27 +01:00
symboldatabase.h SymbolDatabase; Set smart pointer type in Variable valueType 2020-02-14 09:40:27 +01:00
templatesimplifier.cpp fix daca chromium crash (#2527) 2020-02-09 11:19:36 +01:00
templatesimplifier.h
timer.cpp
timer.h
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
tokenlist.cpp Fixed #9023 (AST: wrong lhs for a = b + foo(A::Hash{}(""))) 2020-02-16 13:58:43 +01:00
tokenlist.h
utils.h astyle formatting 2020-01-24 21:34:47 +01:00
valueflow.cpp Remove unused functions 2020-02-14 20:37:33 +01:00
valueflow.h
valueptr.h astyle formatting 2020-02-13 17:04:05 +01:00
version.h
version.rc