cppcheck/lib
Daniel Marjamäki 00d1091506 Tokenizer: operator handling, fix tests 2020-05-04 23:00:51 +02:00
..
CMakeLists.txt cleaned up setting of compiler options and a few more things in CMake (#2599) 2020-04-22 11:04:19 +02:00
analyzerinfo.cpp
analyzerinfo.h Updated copyright year 2018-10-13 18:20:31 +02:00
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 Fix false negatives in checkBitwiseOnBoolean (#2220) 2019-10-06 09:57:31 +02:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
checkbufferoverrun.h astyle formatting 2020-04-13 13:48:05 +02:00
checkclass.cpp astyle formatting 2020-04-27 17:35:52 +02:00
checkclass.h
checkcondition.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +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
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 fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
checkleakautovar.h Fix #7031 (improve error message for memory related warnings) (#2204) 2019-09-22 21:50:02 +02:00
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 Rename constArgument to knownArgument (#2616) 2020-04-22 09:13:35 +02:00
checkother.h Rename constArgument to knownArgument (#2616) 2020-04-22 09:13:35 +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 Fix severity of c++14 shifts with too many bits (#2213) 2019-09-25 20:16:04 +02:00
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 -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
checkunusedfunctions.h
checkunusedvar.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
clangimport.cpp Clang import; Ensure Function::arg is set 2020-04-13 13:37:34 +02:00
clangimport.h
config.h
cppcheck.cpp Clang import: Better bailout for syntax errors when build dir is not used 2020-04-22 10:27:44 +02:00
cppcheck.h
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters
ctu.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
ctu.h
errorlogger.cpp Try to make Travis happy 2020-05-03 20:46:29 +02:00
errorlogger.h Bug hunting; Add new 'incomplete' flag for error messages. Used when analysis is incomplete. 2020-05-03 17:20:38 +02:00
exprengine.cpp Bug hunting; Add new 'incomplete' flag for error messages. Used when analysis is incomplete. 2020-05-03 17:20:38 +02:00
exprengine.h ExprEngine: Improved checking of contracts in function calls 2020-04-28 17:16:13 +02:00
forwardanalyzer.cpp Fix issue 9686: Regression: ValueFlow should handle try/catch better (#2618) 2020-04-22 19:20:03 +02:00
forwardanalyzer.h cleaned up includes based on include-what-you-use (#2600) 2020-04-13 13:44:48 +02:00
importproject.cpp astyle formatting 2020-04-27 17:35:52 +02:00
importproject.h Bug hunting: basic handling of contracts through GUI 2020-04-27 09:08:50 +02:00
lib.pri
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
mathlib.h Update copyright year 2019-02-09 07:24:06 +01:00
path.cpp
path.h Update copyright year 2019-02-09 07:24:06 +01:00
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 pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
platform.cpp
platform.h Resolve sign mismatch warnings 2020-03-19 18:22:55 +03:00
preprocessor.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
preprocessor.h
programmemory.cpp
programmemory.h cleaned up includes based on include-what-you-use (#2600) 2020-04-13 13:44:48 +02:00
settings.cpp Refactoring; Sort options alphabetically. Removed unused --check-diff functionality. 2020-04-26 10:22:12 +02:00
settings.h Bug hunting: basic handling of contracts through GUI 2020-04-27 09:08:50 +02:00
standards.h Various clang-tidy fixes (#2192) 2019-09-25 15:25:19 +02:00
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 SymbolDatabase: Better handling of function pointer function argument 2020-05-02 17:04:54 +02:00
symboldatabase.h Bug hunting: basic handling of contracts through GUI 2020-04-27 09:08:50 +02:00
templatesimplifier.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp fixes for Clang and clang-tidy 10 (#2588) 2020-04-04 11:44:59 +02:00
token.h fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
tokenize.cpp Tokenizer: operator handling, fix tests 2020-05-04 23:00:51 +02:00
tokenize.h
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
valueflow.cpp fixed -Wextra-semi-stmt Clang warnings (#2553) 2020-04-21 17:27:51 +02:00
valueflow.h
valueptr.h
version.h
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00