.. |
CMakeLists.txt
|
…
|
|
astutils.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
astutils.h
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Ticket #6596: Address of local variables can also be assigned to pointer-pointer arguments using the ptr[] syntax.
|
2015-08-28 20:29:51 +02:00 |
checkautovariables.h
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Merge overlapping patterns
|
2015-09-01 16:17:17 +03:00 |
checkbufferoverrun.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkclass.cpp
|
Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors.
|
2015-08-29 13:11:00 +02:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool.
|
2015-09-03 21:07:03 +02:00 |
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
#6712 segmentation fault (invalid code) in CheckExceptionSafety::checkRethrowCopy. Local fix to avoid accessing NULL-token
|
2015-05-28 21:12:02 +02:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Some small refactorizations
|
2015-08-15 19:46:31 +02:00 |
checkio.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
Remove some code checking for invalid class hierarchy which got obsolete since 480a5672b0 . Run astyle
|
2015-07-01 07:50:13 +02:00 |
checknullpointer.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
checknullpointer.h
|
…
|
|
checkobsolescentfunctions.cpp
|
…
|
|
checkobsolescentfunctions.h
|
…
|
|
checkother.cpp
|
Treat checks as mutually exclusive
|
2015-09-04 10:42:26 +03:00 |
checkother.h
|
New check: Detect unused 'goto' labels (#5124)
|
2015-08-30 16:45:47 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checksizeof.cpp
|
Fixed false negative #5815
|
2015-08-31 14:12:19 +02:00 |
checksizeof.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
checktype.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkuninitvar.cpp
|
Fixed #6917 (False positive uninitvar - unused array declaration and ternary expression)
|
2015-08-29 13:19:28 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Ticket #6954: Properly handle pointers to arrays in CheckUnunsedVar.
|
2015-08-27 23:56:26 +02:00 |
checkunusedvar.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Fixed behaviour of --quiet/-q and its description
|
2015-07-25 17:55:12 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew.
|
2015-09-04 14:30:54 +02:00 |
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
Further fix search replace
|
2015-09-02 17:06:19 +03:00 |
errorlogger.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
Eliminate duplicate find() calls
|
2015-08-27 11:19:51 +03:00 |
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
settings.h
|
CLI: Added --debug-normal option that will show --debug output after 1st simplifications. This output is relevant for the 'normal' checkers.
|
2015-07-28 12:46:32 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Merge pull request #672 from Dmitry-Me/fixSpelling
|
2015-09-04 15:39:03 +02:00 |
symboldatabase.h
|
Fix spelling
|
2015-09-04 16:12:40 +03:00 |
templatesimplifier.cpp
|
Refactorization: Removed redundant code for syntax error handling in templatesimplifier.cpp and symboldatabase.cpp
|
2015-08-19 19:29:48 +02:00 |
templatesimplifier.h
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
timer.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
timer.h
|
…
|
|
token.cpp
|
Fixed false negative #5815
|
2015-08-31 14:12:19 +02:00 |
token.h
|
Comment omitted one of the items listed
|
2015-09-04 11:19:03 +03:00 |
tokenize.cpp
|
Re-enable okenizer::removeMacroInClassDef for C code
|
2015-09-01 07:10:12 +02:00 |
tokenize.h
|
Rewritten handling of declaration specifiers:
|
2015-08-27 14:34:17 +02:00 |
tokenlist.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
Merge pull request #647 from Dmitry-Me/continueOnRuleMatch
|
2015-08-28 16:00:53 +02:00 |
valueflow.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
Refactorized resource files:
|
2012-10-14 10:21:22 +02:00 |