.. |
check.h
|
Add some unused private copy ctors and operator=.
|
2012-12-01 02:17:46 +01:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassignif.cpp
|
runastyle and fix checkInternal messages.
|
2012-12-01 03:17:55 +01:00 |
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
SymbolDatabase: Improved find function functionality. Taking arguments into account
|
2012-10-14 17:30:37 +02:00 |
checkautovariables.h
|
Attempt to fix all doxygen warnings.
|
2012-10-24 01:32:07 +02:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Use the new pattern: '%comp%' where possible.
|
2012-12-01 01:31:35 +01: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
|
Fixed #4391 (False positive: ctor not detected after variable declaration)
|
2012-12-10 06:01:29 +01:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Token::Match: add a new pattern: '%comp%'.
|
2012-12-01 00:55:24 +01:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Fixed regression #4368.
|
2012-12-08 00:26:10 -08:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Fix #4045: memory leak not reported after usage of " + p[]"
|
2012-12-09 08:59:21 +01:00 |
checkmemoryleak.h
|
Fix #4045: memory leak not reported after usage of " + p[]"
|
2012-12-09 08:59:21 +01:00 |
checknonreentrantfunctions.cpp
|
…
|
|
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
|
runastyle and fix checkInternal messages.
|
2012-12-01 03:17:55 +01:00 |
checknullpointer.h
|
Fixed #3302 (new check: nullpointer dereference)
|
2012-11-20 23:56:17 -08:00 |
checkobsoletefunctions.cpp
|
Refactorized CheckObsoleteFunctions:
|
2012-12-08 02:46:30 -08:00 |
checkobsoletefunctions.h
|
Obsolete functions: removed 'ctime' warning. The function is obsolete but the message don't point out a good replacement nor where it's documented that this function is obsolete
|
2012-12-09 09:35:57 +01:00 |
checkother.cpp
|
Fixed false positive when ternary operator is used: case A&&B?B:A:
|
2012-12-07 12:44:30 -08:00 |
checkother.h
|
New check: Find suspicious case labels like 'case A||B:'
|
2012-12-07 12:27:32 -08:00 |
checkpostfixoperator.cpp
|
speedup checkpostfixoperator.cpp by caching commonly looked up stuff in the symbol database. Ticket: #4266
|
2012-11-12 06:16:38 +01:00 |
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
Removed unnecessary pattern "const|" - typeStartToken() never points to "const"
|
2012-11-29 10:47:52 -08:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Uninitialized variables: Fixed false negative in new checking when using while loops
|
2012-11-30 06:30:04 +01:00 |
checkuninitvar.h
|
Uninitialized variables: Fixed TODO testcase
|
2012-11-29 18:41:48 +01:00 |
checkunusedfunctions.cpp
|
Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp
|
2012-11-01 18:40:20 +01:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Run astyle and update the translation files.
|
2012-12-07 01:49:51 +01:00 |
checkunusedvar.h
|
Fixed #4369 (false positive: Variable 'i' is assigned a value that is never used)
|
2012-12-04 21:39:51 +01:00 |
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
|
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
|
…
|
|
mathlib.cpp
|
Fixed #4295 (False positive: Expression '(X & 0xFF00000000000000LL)==0xa00000000000000' always evaluates to false (64-bit value))
|
2012-11-27 17:37:49 +01:00 |
mathlib.h
|
…
|
|
path.cpp
|
Fixed #4323 (False Positive: Null pointer dereference)
|
2012-11-29 10:32:34 +01:00 |
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Preprocessor: Refactoring previous fix
|
2012-12-02 20:17:25 +01:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Added support for sizeof(wchar_t). Improved <Windows.h> type testing for Win64 platform.
|
2012-11-11 16:16:17 +01:00 |
settings.h
|
Added support for sizeof(wchar_t). Improved <Windows.h> type testing for Win64 platform.
|
2012-11-11 16:16:17 +01:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Fixed #4386 (False positive: ctor not detected)
|
2012-12-05 20:31:17 +01:00 |
symboldatabase.h
|
Fixed #4386 (False positive: ctor not detected)
|
2012-12-05 20:31:17 +01:00 |
templatesimplifier.cpp
|
Use the new pattern: '%comp%' where possible.
|
2012-12-01 01:31:35 +01:00 |
templatesimplifier.h
|
astyle formatting
|
2012-09-13 16:43:07 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Token: try to improve speed of multicompare macro.
|
2012-12-01 23:58:01 +01:00 |
token.h
|
Add some unused private copy ctors and operator=.
|
2012-12-01 02:17:46 +01:00 |
tokenize.cpp
|
Tokenizer: Fixed Token::Match pattern
|
2012-12-10 20:38:07 +01:00 |
tokenize.h
|
Tokenizer: improve code and change name of +- concatenation function.
|
2012-12-01 00:43:23 +01:00 |
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
…
|
|