cppcheck/lib
Stefan Weil 0e4cf7a2d6 Spell checks 2011-03-30 16:44:16 +02:00
..
CMakeLists.txt CMake: There is no need for PCRE when building the lib 2011-03-26 09:33:21 +01: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 output a debug message when a member variable is used that has a varid of 0 2011-03-27 14:27:14 -04:00
checkclass.h use the symbol database to look up base classes in CheckClass::noMemset check 2011-03-22 21:24:28 -04:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp Fixed #2673 (false positive: memory leak (address stored in list)) 2011-03-24 17:14:12 +01:00
checkmemoryleak.h Fixed #2662 (Segfault: overloaded function call function with same name) 2011-03-23 18:45:47 +01:00
checknullpointer.cpp Fixed #2695 (False positive: null pointer dereference and ternary operator (?:)) 2011-03-29 18:45:32 +02:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Spell checks 2011-03-30 16:44:16 +02:00
checkother.h Spell checks 2011-03-30 16:44:16 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp add support for checking struct/class member container in CheckStl::size() 2011-03-28 19:31:23 -04:00
checkstl.h add support for checking struct/class member container in CheckStl::size() 2011-03-28 19:31:23 -04:00
checkuninitvar.cpp
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
cppcheck.cpp run astyle 2011-03-22 19:20:05 -04:00
cppcheck.h
errorlogger.cpp
errorlogger.h error logger: explain the severities better 2011-03-06 14:26:02 +01:00
executionpath.cpp
executionpath.h
lib.pri
library_sources.cmake Added CMake files 2011-03-25 07:14:53 +01:00
mathlib.cpp
mathlib.h
path.cpp Remove './' at begin of path in Path::simplifyPath. 2011-03-29 20:53:18 +03:00
path.h Add Path::removeQuotationMarks() to clean path. 2011-03-28 22:14:19 +03:00
preprocessor.cpp Preprocessor: made sure string::iterator is valid after string::erase 2011-03-07 22:00:30 +01:00
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 symbol database: handle default values for function arguments properly 2011-03-29 23:16:13 -04:00
symboldatabase.h symbol database: add a link from a Function to its Function Scope namd make function parameters belong to Function Scope 2011-03-24 22:08:18 -04:00
timer.cpp
timer.h
token.cpp Fixed #2665 (Slightly sped-up how Token::Match() parses patterns) 2011-03-22 00:15:12 -07:00
token.h copy all flag fields in a Token 2011-03-07 20:04:25 -05:00
tokenize.cpp fix #2692 (False positive: if parsed as function in operator >>) 2011-03-28 20:02:06 -04:00
tokenize.h