cppcheck/lib
Daniel Marjamäki 369e80b021 Fixed #4465 (syntax error on valid C++ source file) 2013-03-14 18:52:22 +01:00
..
check.h
check64bit.cpp Fixed #4642 (False positive: Returning an address value in a function with integer return type is not portable. (not returning address)) 2013-03-12 06:49:13 +01:00
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp CheckBufferOverrun: Fixed Cppcheck warning 'variable scope can be reduced' (found by travis) 2013-03-14 18:25:28 +01:00
checkbufferoverrun.h Fixed #4646 (false positive: (style, inconclusive) Technically the member function 'C<T>::operator+=' can be const.) 2013-03-14 06:34:12 +01:00
checkclass.cpp Fixed false negative mentioned in #4354. 2013-03-14 09:27:42 -07:00
checkclass.h
checkexceptionsafety.cpp Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08:00
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08:00
checkio.h
checkleakautovar.cpp Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08:00
checkleakautovar.h
checkmemoryleak.cpp - Moved more functionality from Scope to Type: BaseInfo and FriendInfo 2013-03-05 06:28:40 -08:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
checkother.h Refactorizations: 2013-03-12 07:42:00 -07:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Fixed #4352: Ensure that class provides an iterator interface. 2013-03-14 09:00:22 -07:00
checkstl.h
checkuninitvar.cpp Fixed #4439 (False positive: Uninitialized variable (casting address)) 2013-03-13 17:32:47 +01:00
checkuninitvar.h Refactorizations: 2013-03-12 08:11:18 -07:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Refactorizations: 2013-03-12 08:11:18 -07:00
checkunusedvar.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Fixed crash in test suite (#4595) 2013-03-14 04:21:38 -07:00
preprocessor.h Fixed #4594 (Analyzing errors about system headers not being found) 2013-03-13 06:48:33 +01:00
settings.cpp
settings.h
standards.h
suppressions.cpp Don't use native separators for suppression matching 2013-03-12 07:53:18 -07:00
suppressions.h
symboldatabase.cpp Fixed #4352: Ensure that class provides an iterator interface. 2013-03-14 09:00:22 -07:00
symboldatabase.h Fixed #4352: Ensure that class provides an iterator interface. 2013-03-14 09:00:22 -07:00
templatesimplifier.cpp Fixed #4465 (syntax error on valid C++ source file) 2013-03-14 18:52:22 +01:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Changes in token.h/cpp: 2013-03-05 08:50:01 -08:00
token.h Changes in token.h/cpp: 2013-03-05 08:50:01 -08:00
tokenize.cpp Implemented better fix for #4644 2013-03-12 08:05:03 -07:00
tokenize.h
tokenlist.cpp
tokenlist.h Refactorizations: 2013-03-12 07:42:00 -07:00
version.h
version.rc