..
check.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
check64bit.cpp
Message refactorization: check64bit.cpp
2012-07-08 02:38:58 -07:00
check64bit.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkassignif.cpp
CheckAssignIf: Improved checking for bitwise or
2012-09-14 19:13:44 +02:00
checkassignif.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkautovariables.cpp
Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157 .
2012-09-10 15:20:38 +02:00
checkautovariables.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkboost.cpp
Clarified errormessage of checkBoost
2012-08-02 02:40:08 -07:00
checkboost.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkbufferoverrun.cpp
Added some nullpointer-checks and removed some redundant ones based on VS2012 code analysis results.
2012-09-17 15:22:51 +02:00
checkbufferoverrun.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkclass.cpp
Class: Show inconclusive warnings about unknown types that are not initialized in copy constructors. Ticket: #3611
2012-09-20 19:16:26 +02:00
checkclass.h
Class: Show inconclusive warnings about unknown types that are not initialized in copy constructors. Ticket: #3611
2012-09-20 19:16:26 +02:00
checkexceptionsafety.cpp
Refactorization: Make use of Token::scope() replacing certain indentation counters
2012-08-12 03:13:07 -07:00
checkexceptionsafety.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkinternal.cpp
New internal check: checkRedundantNextPrevious().
2012-09-07 12:36:40 +02:00
checkinternal.h
New internal check: checkRedundantNextPrevious().
2012-09-07 12:36:40 +02:00
checkio.cpp
Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases.
2012-09-10 16:23:00 +02:00
checkio.h
Change file encoding to UFT-8 like it is for other files.
2012-08-26 00:12:38 +03:00
checkleakautovar.cpp
Fixed #3993 (Resource also reported as memory leak)
2012-09-18 16:20:09 +02:00
checkleakautovar.h
Fixed #3993 (Resource also reported as memory leak)
2012-09-18 16:20:09 +02:00
checkmemoryleak.cpp
Added some nullpointer-checks and removed some redundant ones based on VS2012 code analysis results.
2012-09-17 15:22:51 +02:00
checkmemoryleak.h
Changed some function prototypes according to cppcheck messages about functions that can be static.
2012-09-11 19:19:11 +02:00
checknonreentrantfunctions.cpp
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checknonreentrantfunctions.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checknullpointer.cpp
Fixed #4118 (False null-pointer warning when check is indirect)
2012-09-18 19:16:28 +02:00
checknullpointer.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkobsoletefunctions.cpp
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkobsoletefunctions.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkother.cpp
Added some nullpointer-checks and removed some redundant ones based on VS2012 code analysis results.
2012-09-17 15:22:51 +02:00
checkother.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkpostfixoperator.cpp
Refactorization:
2012-06-08 09:05:02 -07:00
checkpostfixoperator.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkstl.cpp
Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better.
2012-09-11 18:03:47 +02:00
checkstl.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkuninitvar.cpp
Added some nullpointer-checks and removed some redundant ones based on VS2012 code analysis results.
2012-09-17 15:22:51 +02:00
checkuninitvar.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkunusedfunctions.cpp
Removed bailouts in CheckClass::privateFunctions and CheckUnusedFunctions when checking code with templates (unnecessary after 2c10e9a6ca
)
2012-07-29 08:05:54 -07:00
checkunusedfunctions.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkunusedvar.cpp
Fixed false negative in checkunusedvar.cpp and reduced code dupliaction.
2012-09-11 14:24:12 +02:00
checkunusedvar.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
config.h
Get rid of a warning
2012-06-16 06:34:18 +02:00
cppcheck.cpp
Cppcheck: Removed redundant code.
2012-09-15 16:00:46 +02:00
cppcheck.h
Change every C version of 'size_t' to C++ 'std::size_t'.
2012-07-09 13:30:18 +02:00
cppcheck.vcxproj
Renamed target name in VS10 solution for cppcheck lib to cppcheck-core. This fixes the failure when _re_building cppcheck.
2012-07-09 10:21:19 -07:00
cppcheck.vcxproj.filters
Implemented support for building cppcheck lib into a dll
2012-06-10 05:19:09 -07:00
errorlogger.cpp
Fixed #3442 (unmatchedSuppression can't be suppressed)
2012-07-13 08:29:49 +02:00
errorlogger.h
ErrorLogger: Throw InternalError if given severity is not handled
2012-08-10 12:43:53 +02:00
executionpath.cpp
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
executionpath.h
Implemented support for building cppcheck lib into a dll
2012-06-10 05:19:09 -07:00
lib.pri
Update Makefile.
2012-06-11 22:16:12 +03:00
mathlib.cpp
Fixed #4087 (div by zero check is invalid for floats)
2012-09-11 16:50:42 +02:00
mathlib.h
Fixed #4087 (div by zero check is invalid for floats)
2012-09-11 16:50:42 +02:00
path.cpp
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
path.h
Implemented support for building cppcheck lib into a dll
2012-06-10 05:19:09 -07:00
pcrerules.pri
Complete 'disable the rules by default' for other platforms.
2011-10-19 15:14:39 +02:00
preprocessor.cpp
Fixed some sign conversion messages from clang.
2012-09-16 16:41:15 +02:00
preprocessor.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
settings.cpp
Used enum instead of string in implementation for '--language='.
2012-09-11 08:53:27 +02:00
settings.h
Used enum instead of string in implementation for '--language='.
2012-09-11 08:53:27 +02:00
standards.h
Enable --std=c11 and --std=c++11 by default
2012-08-25 21:57:45 +02:00
suppressions.cpp
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
suppressions.h
Implemented support for building cppcheck lib into a dll
2012-06-10 05:19:09 -07:00
symboldatabase.cpp
Fixed hang on garbage code ( #4193 )
2012-09-14 15:32:35 +02:00
symboldatabase.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
templatesimplifier.cpp
Fixed valgrind error in #3953 , but there's still the bad enum problem.
2012-09-20 21:07:37 +02:00
templatesimplifier.h
astyle formatting
2012-09-13 16:43:07 +02:00
timer.cpp
Fixed #2709 (Negative times in --showtime summary)
2012-09-15 19:49:48 +02:00
timer.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
token.cpp
Removed redundant nullpointer checks in token.cpp
2012-09-09 14:34:07 +02:00
token.h
astyle formatting
2012-08-27 06:33:56 +02:00
tokenize.cpp
Partial rewrite of Tokenizer::simplifyComma:
2012-09-20 21:45:16 +02:00
tokenize.h
Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better.
2012-09-11 18:03:47 +02:00
tokenlist.cpp
Implemented support for binary numbers ( #4113 )
2012-09-10 21:13:32 +02:00
tokenlist.h
Change file encoding to UFT-8 like it is for other files.
2012-08-26 00:12:38 +03:00