cppcheck/lib
PKEuS 9a624576f4 Revert "CheckOther::clarifyStatement: improved message to show what's the 'bad' and the 'good' expression."
This reverts commit f8591f9004.
2012-09-15 20:19:02 +02:00
..
check.h
check64bit.cpp
check64bit.h
checkassignif.cpp CheckAssignIf: Improved checking for bitwise or 2012-09-14 19:13:44 +02:00
checkassignif.h CheckAssignIf: Improved checking for bitwise or 2012-09-14 19:13:44 +02:00
checkautovariables.cpp Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157. 2012-09-10 15:20:38 +02:00
checkautovariables.h Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157. 2012-09-10 15:20:38 +02:00
checkboost.cpp
checkboost.h Disabled C++ specific checks and simplifications when checking a C or non-C++ file. 2012-09-10 19:02:32 +02:00
checkbufferoverrun.cpp Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better. 2012-09-11 18:03:47 +02:00
checkbufferoverrun.h Fixed #4096 (Improve check: Buffer overrun in for loop, postfix increment in array access) 2012-09-01 19:17:28 +02:00
checkclass.cpp Refactorization/Partial rewrite of CheckClass::copyconstructors(): 2012-09-10 13:31:30 +02:00
checkclass.h Disabled C++ specific checks and simplifications when checking a C or non-C++ file. 2012-09-10 19:02:32 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h Disabled C++ specific checks and simplifications when checking a C or non-C++ file. 2012-09-10 19:02:32 +02:00
checkinternal.cpp New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checkinternal.h New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checkio.cpp Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases. 2012-09-10 16:23:00 +02:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Changed some function prototypes according to cppcheck messages about functions that can be static. 2012-09-11 19:19:11 +02:00
checkmemoryleak.h Changed some function prototypes according to cppcheck messages about functions that can be static. 2012-09-11 19:19:11 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better. 2012-09-11 18:03:47 +02:00
checknullpointer.h Fixed and refactorized broken CheckNullPointer::CanFunctionAssignPointer(): 2012-09-06 18:33:15 +02:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Revert "CheckOther::clarifyStatement: improved message to show what's the 'bad' and the 'good' expression." 2012-09-15 20:19:02 +02:00
checkother.h Revert "CheckOther::clarifyStatement: improved message to show what's the 'bad' and the 'good' expression." 2012-09-15 20:19:02 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h Disabled C++ specific checks and simplifications when checking a C or non-C++ file. 2012-09-10 19:02:32 +02:00
checkstl.cpp Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better. 2012-09-11 18:03:47 +02:00
checkstl.h Disabled C++ specific checks and simplifications when checking a C or non-C++ file. 2012-09-10 19:02:32 +02:00
checkuninitvar.cpp Fixed #3586 (false positive: uninitvar in argument in namespaced function) 2012-09-15 10:48:17 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fixed false negative in checkunusedvar.cpp and reduced code dupliaction. 2012-09-11 14:24:12 +02:00
checkunusedvar.h Fixed #4138 - False positive about variable assigned a value that is never 2012-09-04 13:06:04 +02:00
config.h
cppcheck.cpp Cppcheck: Removed redundant code. 2012-09-15 16:00:46 +02:00
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp Fixed #4087 (div by zero check is invalid for floats) 2012-09-11 16:50:42 +02:00
mathlib.h Fixed #4087 (div by zero check is invalid for floats) 2012-09-11 16:50:42 +02:00
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Fixed #3684 (Preprocessor: #include handling is searching directories in the wrong order) 2012-09-15 12:53:11 +02:00
preprocessor.h
settings.cpp Used enum instead of string in implementation for '--language='. 2012-09-11 08:53:27 +02:00
settings.h Used enum instead of string in implementation for '--language='. 2012-09-11 08:53:27 +02:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed hang on garbage code (#4193) 2012-09-14 15:32:35 +02:00
symboldatabase.h Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better. 2012-09-11 18:03:47 +02:00
templatesimplifier.cpp Removed redundant "simplifyTemplates" prefix (information already in class name) from function names in TemplateSimplifier. 2012-09-12 20:46:56 +02:00
templatesimplifier.h astyle formatting 2012-09-13 16:43:07 +02:00
timer.cpp Fixed #2709 (Negative times in --showtime summary) 2012-09-15 19:49:48 +02:00
timer.h Fixed #2709 (Negative times in --showtime summary) 2012-09-15 19:49:48 +02:00
token.cpp Removed redundant nullpointer checks in token.cpp 2012-09-09 14:34:07 +02:00
token.h
tokenize.cpp Fixed #3507 (false positive: comma-separated statements before return in methods) 2012-09-15 11:55:08 +02:00
tokenize.h Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better. 2012-09-11 18:03:47 +02:00
tokenlist.cpp Implemented support for binary numbers (#4113) 2012-09-10 21:13:32 +02:00
tokenlist.h