.. |
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
|
Removed some unused code
|
2015-08-15 19:17:25 +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
|
Skip inner classes in CheckAutoVariables::returnReference() (#6951)
|
2015-08-26 13:31:51 +02:00 |
checkautovariables.h
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
checkbool.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
checkbufferoverrun.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkclass.cpp
|
Fix CheckClass::checkMemset for arrays of pointers.
|
2015-08-23 19:57:58 +02:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkcondition.h
|
Moved functions to astutils
|
2015-08-03 09:20:50 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
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: updated handling of unknown types in C++
|
2015-08-11 12:41:42 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
checknullpointer.h
|
…
|
|
checkobsolescentfunctions.cpp
|
Refactorized CheckObsoleteFunctions:
|
2015-08-11 14:57:23 +02:00 |
checkobsolescentfunctions.h
|
Refactorized CheckObsoleteFunctions:
|
2015-08-11 14:57:23 +02:00 |
checkother.cpp
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
checkother.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkstl.h
|
…
|
|
checkstring.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkstring.h
|
stringLiteralWrite: Updated error message
|
2015-06-05 14:34:13 +02:00 |
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
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code.
|
2015-06-28 18:34:09 +02:00 |
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::va_start_subsequentCallsError: fix spelling "inbetween" -> "in between"
|
2015-08-11 14:03:00 +02:00 |
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
Exit code shall indicate that an internal error (syntax error) has been found. Add some const. Run astyle
|
2015-05-25 21:15:55 +02:00 |
cppcheck.vcxproj
|
Add new files to VS project
|
2015-08-03 08:38:38 +02:00 |
cppcheck.vcxproj.filters
|
Add new files to VS project
|
2015-08-03 08:38:38 +02:00 |
cxx11emu.h
|
cppcheck compilation fails with g++4.6.3 (#5929). Patch supplied by mavik1
|
2015-05-01 16:25:27 +02:00 |
errorlogger.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
errorlogger.h
|
…
|
|
lib.pri
|
Refactoring: Move some AST related functions to distinct source file
|
2015-08-02 21:57:32 +02:00 |
library.cpp
|
Eliminate duplicate find() calls
|
2015-08-27 11:19:51 +03:00 |
library.h
|
Support namespaces in CheckOther::checkIgnoredReturnValue()
|
2015-08-15 12:19:14 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
Refactorized file listing code (CLI):
|
2015-07-23 14:28:17 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #5028 Fix parsing of C++11 raw string literals
|
2015-08-12 13:11:55 +01:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Merge pull request #653 from Dmitry-Me/reduceVariableScope
|
2015-08-26 14:08:10 +02:00 |
symboldatabase.h
|
Use const_cast to add const, better variable name
|
2015-08-27 17:14:33 +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
|
Refactorization: Removed redundant code for syntax error handling in templatesimplifier.cpp and symboldatabase.cpp
|
2015-08-19 19:29:48 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Merge pull request #655 from Dmitry-Me/explicitConstCastBetterNames
|
2015-08-27 17:04:07 +02:00 |
token.h
|
Use const_cast to add const, better variable name
|
2015-08-27 17:14:33 +03:00 |
tokenize.cpp
|
Rewritten handling of declaration specifiers:
|
2015-08-27 14:34:17 +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
|
Refactorization: Implemented rValue-reference- and "const char*"-overload to make_container::operator<<
|
2015-08-11 14:05:01 +02:00 |
valueflow.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
valueflow.h
|
Improve error messages for conditional values. make valueFlowSwitchVariable values conditional that depend on the case. Partial fix for #6884.
|
2015-07-29 19:54:57 +02:00 |
version.h
|
…
|
|
version.rc
|
…
|
|