.. |
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
|
…
|
|
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
|
AssignIf: better handling of function calls
|
2012-09-29 19:22:34 +02:00 |
checkassignif.h
|
assignif: Fixed testcase. parse while loops if variable is local and not external.
|
2012-09-29 10:54:09 +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
|
…
|
|
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
|
Fixed #4228 ((error) Internal error. Token::Match called with varid 0 (multiple declarations in for loop))
|
2012-09-23 17:15:39 +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
|
Removed Java/C# handling
|
2012-10-02 18:44:36 +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
|
…
|
|
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
|
…
|
|
checkleakautovar.cpp
|
Fixed #4231 (False positive: (error) Returning/dereferencing 'ptr' after it is deallocated / released (ignoring goto))
|
2012-10-08 17:23:47 +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
|
more java/c# cleanup
|
2012-10-03 19:51:09 +02:00 |
checknonreentrantfunctions.cpp
|
Removed Java/C# handling
|
2012-10-02 18:44:36 +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 #4007 (False positive: 'Possible null pointer dereference' when using short-circuit evaluation)
|
2012-10-07 19:06:49 +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
|
Removed Java/C# handling
|
2012-10-02 18:44:36 +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
|
Fixed #4261 (CheckOther::checkComparisonOfFuncReturningBool using wrong function scope test)
|
2012-10-08 16:15:07 +02:00 |
checkother.h
|
Fixed #2617 (improve check: comparing boolean with '<')
|
2012-09-26 18:18:36 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
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
|
Fixed #4102 (False positive: 'find('=') + 1U' can't be replaced with compare)
|
2012-10-07 12:43:14 +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
|
Revert "Fixed #4165 (False positive:(error) Uninitialized variable: here)"
|
2012-09-26 16:15:35 +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
|
…
|
|
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 #4203 (Don't warn about setting NULL value for pointers and not using that value)
|
2012-09-30 17:22:35 +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
|
…
|
|
cppcheck.cpp
|
more java/c# cleanup
|
2012-10-03 19:51:09 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
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
|
…
|
|
lib.pri
|
…
|
|
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
|
Path: Removed java/c# handling. Thanks amai.
|
2012-10-03 19:47:14 +02:00 |
path.h
|
Path: Removed java/c# handling. Thanks amai.
|
2012-10-03 19:47:14 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #3837 (False positive: national locale inline asm comments are reported as unsupported)
|
2012-09-30 09:35:32 +02:00 |
preprocessor.h
|
Fixed #3837 (False positive: national locale inline asm comments are reported as unsupported)
|
2012-09-30 09:35:32 +02:00 |
settings.cpp
|
Used enum instead of string in implementation for '--language='.
|
2012-09-11 08:53:27 +02:00 |
settings.h
|
cleanup more java/c# code. Thanks amai for telling me about this.
|
2012-10-03 19:19:49 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Fixed #4210 (Unmatched suppression warning emitted from disabled check)
|
2012-09-23 10:56:12 +02:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Fixed #4261 (CheckOther::checkComparisonOfFuncReturningBool using wrong function scope test)
|
2012-10-08 16:15:07 +02:00 |
symboldatabase.h
|
Fixed #4261 (CheckOther::checkComparisonOfFuncReturningBool using wrong function scope test)
|
2012-10-08 16:15:07 +02:00 |
templatesimplifier.cpp
|
Fixed #4074 (Internal error. Token::Match called with varid 0)
|
2012-09-24 06:44:51 +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
|
…
|
|
tokenize.cpp
|
Related to previous commit: if the '{}' parenthesis are found after 'case', don't skip them after continuing to the main loop or it will cause indentlevel mismatching.
|
2012-10-09 18:24:21 +02:00 |
tokenize.h
|
Removed Java/C# handling
|
2012-10-02 18:44:36 +02:00 |
tokenlist.cpp
|
Implemented support for binary numbers (#4113)
|
2012-09-10 21:13:32 +02:00 |
tokenlist.h
|
…
|
|