.. |
check.h
|
Add some unused private copy ctors and operator=.
|
2012-12-01 02:17:46 +01: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
|
Fixed #4434 (false positive: (style) Mismatching assignment and comparison, comparison 'pen!=-1' is always true.)
|
2012-12-27 15:40:00 +01:00 |
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fix comment about wrong magic number
|
2012-12-28 11:31:50 +01:00 |
checkbufferoverrun.h
|
Fixed #4262 (Small Request/Suggestion for checks on array size of args (bounty offer))
|
2012-12-22 09:23:34 +01:00 |
checkclass.cpp
|
Replaced %name% with %type%
|
2012-12-31 10:45:37 +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
|
Support for Sun Studio C++ compiler
|
2012-12-27 11:51:12 +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
|
…
|
|
checknullpointer.cpp
|
Null pointer: Fixed FP when there are 'return p?p->x:0;'
|
2012-12-25 14:23:50 +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
|
Fix crash on empty brackets
|
2012-12-28 20:16:51 +01: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
|
Fixed #4431 (FP: Erroneous 'Ineffective call of function empty()' in ?: test)
|
2012-12-25 12:50:38 +01:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Fixed #4426 (False positive: Unitialized variable warning when comparing addresses)
|
2012-12-28 12:32:15 +01:00 |
checkuninitvar.h
|
Uninitialized variables: Improved checking of functions
|
2012-12-20 19:45:30 +01:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
astyle formatting
|
2012-12-29 17:13:54 +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: Show single 'too many configurations' message if --enable=information hasn't been used and there are too many configurations.
|
2012-12-26 18:35:49 +01:00 |
cppcheck.h
|
Cppcheck: Show single 'too many configurations' message if --enable=information hasn't been used and there are too many configurations.
|
2012-12-26 18:35:49 +01:00 |
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
Support for Sun Studio C++ compiler
|
2012-12-27 11:51:12 +01:00 |
mathlib.h
|
…
|
|
path.cpp
|
path: Add getPathFromFilename (returns the path part of a filename)
|
2012-12-28 12:44:26 +01:00 |
path.h
|
path: Add getPathFromFilename (returns the path part of a filename)
|
2012-12-28 12:44:26 +01:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
path: Add getPathFromFilename (returns the path part of a filename)
|
2012-12-28 12:44:26 +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
|
Fixed #4408 (Force inclusion of files (a la -include /.../ in GCC))
|
2012-12-27 16:52:31 +01:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Replaced %name% with %type%
|
2012-12-31 10:45:37 +01:00 |
symboldatabase.h
|
Symbol database: Better handling of 'using namespace N;'. Ticket: #4412
|
2012-12-20 06:53:04 +01:00 |
templatesimplifier.cpp
|
Use the new pattern: '%comp%' where possible.
|
2012-12-01 01:31:35 +01:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Support for Sun Studio C++ compiler
|
2012-12-27 11:51:12 +01:00 |
token.h
|
Support for Sun Studio C++ compiler
|
2012-12-27 11:51:12 +01:00 |
tokenize.cpp
|
Fixed #4372 (Tokenizer misidentifying which function a variable belongs to)
|
2012-12-29 21:07:41 +01:00 |
tokenize.h
|
Tokenizer: improve code and change name of +- concatenation function.
|
2012-12-01 00:43:23 +01:00 |
tokenlist.cpp
|
Fixed #4408 (Force inclusion of files (a la -include /.../ in GCC))
|
2012-12-27 16:52:31 +01:00 |
tokenlist.h
|
AST: Simple AST. Not used in the clients. Only part of the testing for now.
|
2012-12-15 20:21:09 +01:00 |
version.h
|
…
|
|
version.rc
|
…
|
|