cppcheck/lib
Daniel Marjamäki 071aefbb58 1.41: Set version in files 2010-03-07 16:25:37 +01:00
..
check.h
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp
checkbufferoverrun.h Fixed #1409 (False positive: Buffer access out-of-bounds with strncpy and an array in typedef'ed struct) 2010-02-21 15:23:50 +01:00
checkclass.cpp Fixed #1321 (Improve check const-function: function that is not implemented inline can be made const) 2010-03-05 17:06:25 +01:00
checkclass.h
checkdangerousfunctions.cpp
checkdangerousfunctions.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkheaders.cpp
checkheaders.h
checkmemoryleak.cpp
checkmemoryleak.h
checkother.cpp
checkother.h
checkstl.cpp STL: don't warn about the suspicious string::find condition because it's not always a bug 2010-03-03 17:11:31 +01:00
checkstl.h
checkunusedfunctions.cpp
checkunusedfunctions.h
classinfo.h
cppcheck.cpp
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
filelister.cpp
filelister.h
lib.pri
mathlib.cpp
mathlib.h
preprocessor.cpp Fixed #1466 (false positive: Invalid number of character ({) when these macros are defined: '') 2010-03-04 18:51:25 +01:00
preprocessor.h wrote comments about the preprocessor 2010-01-13 21:50:44 +01:00
settings.cpp Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
settings.h
token.cpp
token.h Refactoring: Use std::string instead of const char * 2010-02-14 19:58:17 +01:00
tokenize.cpp
tokenize.h