cppcheck/lib
Robert Reif 7e04ea0859 fix removal of throw() from const functions 2011-03-16 19:54:52 -04:00
..
check.h
checkautovariables.cpp refactor symbol database and checks to use list of Scope rather than list of Scope pointers 2011-03-10 19:43:29 -05:00
checkautovariables.h
checkbufferoverrun.cpp Fixed #2638 (Tokenizer::setVarId : varid is wrongly given when unknown macro is used) 2011-03-13 17:52:45 +01:00
checkbufferoverrun.h
checkclass.cpp Support use of 'this->' when checking operator=() return type 2011-03-15 20:19:30 +13:00
checkclass.h Convert CheckClass::noMemset to use the symbol database to lookup types. This adds better support for namespaces and nested classes. 2011-03-12 22:41:21 -05:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp refactor symbol database and checks to use list of Scope rather than list of Scope pointers 2011-03-10 19:43:29 -05:00
checkmemoryleak.h
checknullpointer.cpp Fixed #2621 (Segmentation fault for GCC statement expression) 2011-03-13 10:34:54 +01:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Clarify condition: re-enabled check 2011-03-13 12:16:55 +01:00
checkother.h Clarify condition: re-enabled check 2011-03-13 12:16:55 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Refactoring: Use SymbolDatabase to determine if variable is a iterator 2011-03-13 09:48:53 +01:00
checkstl.h
checkuninitvar.cpp
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
cppcheck.cpp
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Fixed #2231 (uninitialized variable: undetected when initialization in for loop) 2011-02-19 20:19:46 +01:00
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h Move sameFileName() method to Path class. 2011-01-18 19:58:16 +02:00
preprocessor.cpp
preprocessor.h
settings.cpp Allow suppressing all warnings (using *) for specified file or files 2011-03-10 22:00:48 +13:00
settings.h
symboldatabase.cpp fix #2637 (segmentation fault of cppcheck ( {} const const )) 2011-03-15 22:33:14 -04:00
symboldatabase.h save pointer to Function info in function scope in symboldatabase 2011-03-13 21:18:49 -04:00
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp fix removal of throw() from const functions 2011-03-16 19:54:52 -04:00
tokenize.h