cppcheck/lib
PKEuS ab8afec3eb Refactorizations:
- Avoid unnecessary loop iterations
- Avoid unnecessary condition checking
- Reduced code duplication in symboldatabase.cpp
2015-08-16 14:23:07 +02:00
..
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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkautovariables.h
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
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 Refactorizations: 2015-08-16 14:23:07 +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 Refactorizations: 2015-08-16 14:23:07 +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
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 Refactorizations: 2015-08-16 14:23:07 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Refactorizations: 2015-08-16 10:33:51 +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
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 minor tweak. use isNotLibraryFunction in Library to prevent false matches 2015-08-15 16:48:30 +02: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 MathLib::isFloat now detects C99 hexadecimal float literals. MathLib::isDecimalFloat was added for C++ and pre-C99 compatibility. 2015-07-26 19:21:53 +02:00
path.cpp
path.h
pcrerules.pri pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
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 Refactorizations: 2015-08-16 14:23:07 +02:00
symboldatabase.h Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
templatesimplifier.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
token.h Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
tokenize.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
tokenize.h Replace Tokenizer::simplifyBuiltinExpect by a suitable addition to gnu.cfg 2015-08-10 20:21:30 +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
version.h
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00