cppcheck/lib
Daniel Marjamäki 6ff1760c72 TemplateSimplifier: Improved handling of unknown inner template instantiation inside template instantiation (#3818) 2012-08-09 17:19:36 +02:00
..
check.h
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkboost.cpp Clarified errormessage of checkBoost 2012-08-02 02:40:08 -07:00
checkboost.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Refactorizations: 2012-08-02 09:50:48 -07:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkio.cpp
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp
checknullpointer.h Refactorizations in checknullpointer.cpp: 2012-08-05 02:07:38 -07:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Properly fixed test failure and line numbers in uselessCallsEmpty error 2012-07-13 05:15:58 -07:00
checkstl.h
checkuninitvar.cpp
checkuninitvar.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp Fixed #3442 (unmatchedSuppression can't be suppressed) 2012-07-13 08:29:49 +02:00
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
settings.h
standards.h
suppressions.cpp Refactorizations: 2012-07-24 12:21:05 -07:00
suppressions.h
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h
timer.cpp
timer.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
token.cpp
token.h Refactoring: Renamed CheckNullPointer::isPointer to Token::isUpperCaseName 2012-06-21 19:00:53 +02:00
tokenize.cpp Tokenizer::simplifyFlowControl: separated the 'throw' case because it's not a reserved keyword in C, hence the function shouldn't simplify in C source files. 2012-08-07 19:38:51 +02:00
tokenize.h
tokenlist.cpp Refactorizations in ErrorLogger: 2012-05-06 01:17:15 -07:00
tokenlist.h