.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
Fix Cppcheck shadow variable warning
|
2018-11-03 19:41:25 +01:00 |
analyzerinfo.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
astutils.cpp
|
Library configuration: function argument direction fixes and enhancements (#1722)
|
2019-03-04 22:57:40 +01:00 |
astutils.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
check.cpp
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
check.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
check64bit.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
check64bit.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkassert.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkassert.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkautovariables.cpp
|
Improvement to lifetime tracking of addressof and derefencing
|
2019-02-22 06:38:56 +01:00 |
checkautovariables.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkbool.cpp
|
Use functions instead of comparing with enum (#1471)
|
2018-11-09 06:30:41 +01:00 |
checkbool.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkboost.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
checkboost.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkbufferoverrun.cpp
|
#9024 Crash caused by package "procserv" in lib/token.h:921 function Token::getKnownIntValue - Fix and test for alternative code example.
|
2019-03-08 11:07:33 +01:00 |
checkbufferoverrun.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkclass.cpp
|
Changed severities
|
2019-03-06 19:00:58 +01:00 |
checkclass.h
|
7772 Add uninitMemberVarPrivate to errorlist (really) #1557 (#1686)
|
2019-02-23 08:07:46 +01:00 |
checkcondition.cpp
|
Fix issue 8987: False positive knownConditionTrueFalse (#1678)
|
2019-02-20 15:28:31 +01:00 |
checkcondition.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkexceptionsafety.cpp
|
Refactoring; Use range for loops
|
2018-07-14 09:49:03 +02:00 |
checkexceptionsafety.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkfunctions.cpp
|
Fix false positive: Invalid string argument with array (#1439)
|
2018-10-19 07:48:47 +02:00 |
checkfunctions.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkinternal.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkinternal.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkio.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkio.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkleakautovar.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkleakautovar.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkmemoryleak.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkmemoryleak.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checknullpointer.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checknullpointer.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkother.cpp
|
CheckOther::checkInvalidFree: Move check to normal checking. And clarify the message.
|
2019-03-07 06:35:44 +01:00 |
checkother.h
|
CheckOther::checkInvalidFree: Move check to normal checking. And clarify the message.
|
2019-03-07 06:35:44 +01:00 |
checkpostfixoperator.cpp
|
Refactoring: Use ranged for loop
|
2018-07-13 16:50:12 +02:00 |
checkpostfixoperator.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checksizeof.cpp
|
sizeof: write inconclusive warning if calculation in sizeof is done indirectly by macro
|
2019-02-26 21:06:44 +01:00 |
checksizeof.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkstl.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkstl.h
|
Moved CheckStl::pushback to normal checking
|
2019-03-08 20:33:16 +01:00 |
checkstring.cpp
|
Moved CheckString::sprintfOverlappingData from runSimplifiedChecks to runChecks
|
2019-02-25 09:23:03 +01:00 |
checkstring.h
|
Move CheckString::checkAlwaysTrueOrFalseStringCompare() from runSimplifiedChecks() to runChecks()
|
2019-02-25 18:11:33 +01:00 |
checktype.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checktype.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkuninitvar.cpp
|
checkuninitvar.cpp: Use argument direction "out" info from library cfg (#1730)
|
2019-03-08 18:42:24 +01:00 |
checkuninitvar.h
|
UninitVar: use normal token list instead of simplified token list
|
2019-02-11 07:43:16 +01:00 |
checkunusedfunctions.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkunusedfunctions.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkunusedvar.cpp
|
Unused struct member: Fix FPs seen in daca@home results for template structs
|
2019-03-06 20:51:48 +01:00 |
checkunusedvar.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkvaarg.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkvaarg.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
config.h
|
Travis: Enable missingOverride checker
|
2019-01-13 12:21:01 +01:00 |
cppcheck.cpp
|
Add --experimental-fast option
|
2019-02-09 14:40:50 +01:00 |
cppcheck.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
cppcheck.natvis
|
Fixed Visual Studio Natvis file after recent refactoring (#1299)
|
2018-07-09 08:27:26 +02:00 |
cppcheck.vcxproj
|
Add ctu sources to VS projects
|
2018-12-27 22:11:40 +01:00 |
cppcheck.vcxproj.filters
|
Add ctu sources to VS projects
|
2018-12-27 22:11:40 +01:00 |
ctu.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
ctu.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
errorlogger.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
errorlogger.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
importproject.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
importproject.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
lib.pri
|
CTU: Refactoring
|
2018-12-25 21:11:23 +01:00 |
library.cpp
|
Library configuration: Enable configuring the direction of arguments. (#1717)
|
2019-03-01 15:47:08 +01:00 |
library.h
|
Library configuration: function argument direction fixes and enhancements (#1722)
|
2019-03-04 22:57:40 +01:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
mathlib.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
path.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
path.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
pathmatch.cpp
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
pathmatch.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
Fix Cppcheck error message
|
2018-10-20 15:28:34 +02:00 |
preprocessor.cpp
|
Optimization: Library does not need to store "#define " substring for each define
|
2019-02-28 22:34:26 +01:00 |
preprocessor.h
|
Renamed private member file0
|
2018-06-17 09:06:16 +02:00 |
settings.cpp
|
lib: reorders settings to match definition (-Wreorder) (#1727)
|
2019-03-06 06:12:02 +01:00 |
settings.h
|
Add --remove-unused-templates flag to remove all unused templates
|
2019-03-05 14:58:02 +01:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
suppressions.h
|
suppressions: Avoid duplicate comparison.
|
2018-10-04 17:13:11 +02:00 |
symboldatabase.cpp
|
Fixed ValueType for auto variable
|
2019-02-27 10:28:18 +01:00 |
symboldatabase.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
templatesimplifier.cpp
|
template simplifier: fix return type of out of line member function when it is a template parameter (#1723)
|
2019-03-03 19:42:46 +01:00 |
templatesimplifier.h
|
template simplifier: only constant fold template instantiation arguments (#1721)
|
2019-03-03 07:40:55 +01:00 |
timer.cpp
|
Rename private member variables
|
2018-06-17 17:20:16 +02:00 |
timer.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
token.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
token.h
|
Refactoring strncpy/strncat checking to use ValueFlow and AST
|
2019-03-06 09:04:04 +01:00 |
tokenize.cpp
|
Fixed #9027 (cppcheck on Centos 7 - segmentation fault below CheckCondition::multiCondition2)
|
2019-03-08 19:27:20 +01:00 |
tokenize.h
|
Added '--check-headers=no' option.
|
2019-03-02 19:52:15 +01:00 |
tokenlist.cpp
|
Run simplifyPlatformTypes on library return types (#1672)
|
2019-02-15 13:29:52 +01:00 |
tokenlist.h
|
Run simplifyPlatformTypes on library return types (#1672)
|
2019-02-15 13:29:52 +01:00 |
utils.h
|
Revert "Refactoring endsWith utility function"
|
2018-07-25 16:14:43 +02:00 |
valueflow.cpp
|
Fixed #9008 (new crash in clang test suite)
|
2019-02-28 20:34:07 +01:00 |
valueflow.h
|
Improvement to lifetime tracking of addressof and derefencing
|
2019-02-22 06:38:56 +01:00 |
version.h
|
Set version to 1.87.99/1.88 dev
|
2019-02-27 21:30:54 +01:00 |
version.rc
|
…
|
|