cppcheck/lib
Daniel Marjamäki 162576146e Revert "Fixed #6183 (TemplateSimplifier: Does not handle methods) (#1540)"
This reverts commit 7875555b03.
2018-12-24 20:10:00 +01:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Fixed #8914 (False positive with unary_function argument) 2018-12-19 19:43:05 +01:00
astutils.h Issue 8830: New check: Function argument evaluates to constant value 2018-12-17 06:04:24 +01:00
check.cpp
check.h
check64bit.cpp
check64bit.h Updated copyright year for modified files 2018-06-10 22:07:21 +02:00
checkassert.cpp
checkassert.h
checkautovariables.cpp
checkautovariables.h Issue 6175: Check lifetime of a variables stored in containers and member variables 2018-11-21 08:43:57 +01:00
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkcondition.cpp Issue 8830: New check: Function argument evaluates to constant value 2018-12-17 06:04:24 +01:00
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp checkio: Add missing id "invalidScanfFormatWidth_smaller" to errorlist output (#1533) 2018-12-20 21:14:02 +01:00
checkio.h checkio: Add missing id "invalidScanfFormatWidth_smaller" to errorlist output (#1533) 2018-12-20 21:14:02 +01:00
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Code cleanup 2018-12-17 18:54:32 +01:00
checkmemoryleak.h CheckMemoryLeak: Cleanup the old memory leaks check 2018-12-17 18:12:50 +01:00
checknullpointer.cpp Take back the whole program analysis for null pointers and uninitialized variables 2018-12-18 07:56:33 +01:00
checknullpointer.h Take back the whole program analysis for null pointers and uninitialized variables 2018-12-18 07:56:33 +01:00
checkother.cpp Fixed #7907 (FN: redundant assignment inside switchcase, overwritten by assignment outside of switch) 2018-12-17 16:10:47 +01:00
checkother.h Issue 8830: New check: Function argument evaluates to constant value 2018-12-17 06:04:24 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h
checkstring.cpp
checkstring.h
checktype.cpp Clarify warning 2018-12-23 12:42:18 +01:00
checktype.h
checkuninitvar.cpp Take back the whole program analysis for null pointers and uninitialized variables 2018-12-18 07:56:33 +01:00
checkuninitvar.h Take back the whole program analysis for null pointers and uninitialized variables 2018-12-18 07:56:33 +01:00
checkunusedfunctions.cpp Fixed #8677 (False positive: unused method) 2018-08-08 11:31:35 +02:00
checkunusedfunctions.h
checkunusedvar.cpp CheckUnusedVar: Cleanup checker 2018-12-17 17:48:45 +01:00
checkunusedvar.h CheckUnusedVar: Cleanup checker 2018-12-17 17:48:45 +01:00
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters Fixed travis build by replacing Token::Match by simpleMatch() 2017-03-16 21:15:10 +01:00
errorlogger.cpp
errorlogger.h relative paths: show {code} properly when there are relative paths 2018-11-18 16:08:08 +01:00
importproject.cpp
importproject.h
lib.pri
library.cpp Library: Make loading of cfg files more robust. Saw a problem to use --library=gtk when the current folder has a folder 'gtk' 2018-12-24 08:37:33 +01:00
library.h
matchcompiler.h
mathlib.cpp Correct detection of Microsoft extensions in MathLib::isValidIntegerSuffix. Remove public overloaded implementation which was not used outside mathlib.cpp. (#1531) 2018-12-20 12:20:31 +01:00
mathlib.h Correct detection of Microsoft extensions in MathLib::isValidIntegerSuffix. Remove public overloaded implementation which was not used outside mathlib.cpp. (#1531) 2018-12-20 12:20:31 +01:00
path.cpp
path.h
pathmatch.cpp Updated copyright year 2018-10-13 18:20:31 +02:00
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
preprocessor.cpp Fixed handling of macros with known value defined in header file in configuration splitting (#8404) 2018-10-08 16:38:47 +02:00
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Improve trailing return type support. (#1520) 2018-12-13 06:34:10 +01:00
symboldatabase.h
templatesimplifier.cpp Revert "Fixed #6183 (TemplateSimplifier: Does not handle methods) (#1540)" 2018-12-24 20:10:00 +01:00
templatesimplifier.h Revert "Fixed #6183 (TemplateSimplifier: Does not handle methods) (#1540)" 2018-12-24 20:10:00 +01:00
timer.cpp
timer.h Rename private member variables 2018-06-17 17:20:16 +02:00
token.cpp astyle formatting 2018-12-21 13:54:59 +01:00
token.h Several fairly significant optimisations (#1518) 2018-12-21 13:51:45 +01:00
tokenize.cpp template simplifier: better detection of template functions (#1539) 2018-12-22 10:05:10 +01:00
tokenize.h template simplifier: better detection of template functions (#1539) 2018-12-22 10:05:10 +01:00
tokenlist.cpp Optimization: Removed unnecessary calls to simplifyPath(). The Caller should do this, and our callers (mainly the test suite) more or less do so, as they all supply just dummy paths ("test.cpp") 2018-12-18 20:33:45 +01:00
tokenlist.h
utils.h Revert "Refactoring endsWith utility function" 2018-07-25 16:14:43 +02:00
valueflow.cpp Disable the subfunction value flow analysis. It does not work well and needs to be rewritten. There are false positives. 2018-12-18 14:36:49 +01:00
valueflow.h
version.h
version.rc