.. |
check.h
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
checkautovariables.cpp
|
fix #2765 (Non local address detected as address of local auto-variable)
|
2011-05-06 19:26:04 -04:00 |
checkautovariables.h
|
convert last check in checkautovariables to use the symbol database
|
2011-04-23 09:50:56 -04:00 |
checkbufferoverrun.cpp
|
Fixed #1684 (false positive: buffer access out of bounds when using extern variable declaration)
|
2011-05-07 11:34:48 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
fix #2795 (hash operator[] is not 'const') (original patch by Sebastien Debrard) (modified to use the symbol database)
|
2011-06-03 22:00:27 -04:00 |
checkclass.h
|
change CheckClass::operatorEqToSelf to make better use of the symbol database
|
2011-03-31 19:53:35 -04:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed #2806 (False positive with g_strstrip())
|
2011-05-29 17:44:10 +02:00 |
checkmemoryleak.h
|
Fixed #2783 (Improve check: struct member leaks when analysing c file)
|
2011-05-11 18:19:14 +02:00 |
checknullpointer.cpp
|
add support for null pointer checking struct pointers
|
2011-05-27 23:30:19 -04:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Obsolete functions: Fix messages for gethostbyaddr, gethostbyname
|
2011-04-07 00:33:54 +02:00 |
checkother.cpp
|
Fixed #2805 (false positive: [NotAssigned1.cpp:5]: (style) Variable 'y' is not assigned a value)
|
2011-06-08 19:54:01 +02:00 |
checkother.h
|
fix #2786
|
2011-05-25 01:45:58 +08:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
fix 2838 (Token::Match called with varid 0 on auto_ptr check) cleanup code and better check varid
|
2011-06-17 21:09:27 +02:00 |
checkstl.h
|
fix #747 and #748 (incorrect use of auto_ptr - new check)
|
2011-06-16 20:26:00 +02:00 |
checkuninitvar.cpp
|
Fixed #2764 (False positive: Uninitialized variable '&(x[0])')
|
2011-05-05 21:26:18 +02:00 |
checkuninitvar.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkunusedfunctions.cpp
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
checkunusedfunctions.h
|
…
|
|
cppcheck.cpp
|
1.49: updated version
|
2011-06-12 18:24:31 +02:00 |
cppcheck.h
|
Report percentage complete based on file size
|
2011-04-26 22:26:23 +12:00 |
errorlogger.cpp
|
ErrorLogger: Refactoring/fixing the serializer/deserializer for inconclusive messages
|
2011-04-16 13:42:48 +02:00 |
errorlogger.h
|
Remove ErrorLogger::reportStatus() method.
|
2011-04-27 23:27:02 +03:00 |
executionpath.cpp
|
executionpath: fix memory leak
|
2011-05-19 19:31:51 +02:00 |
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
astyle formatting
|
2011-04-27 18:30:37 +02:00 |
path.h
|
Add Path::removeQuotationMarks() to clean path.
|
2011-03-28 22:14:19 +03:00 |
preprocessor.cpp
|
Preprocessor: Don't report that there are missing system includes unless --debug-warnings has been given.
|
2011-05-15 09:38:13 +02:00 |
preprocessor.h
|
Missing includes - normally just report that there are missing includes. The --check-includes can then be used to check what missing includes there are. Ticket: #2719
|
2011-05-02 14:58:16 +02:00 |
settings.cpp
|
renamed --check-includes to --check-config
|
2011-05-02 21:28:33 +02:00 |
settings.h
|
renamed --check-includes to --check-config
|
2011-05-02 21:28:33 +02:00 |
symboldatabase.cpp
|
fix debug warning for function parameters with template with varid of 0
|
2011-04-28 20:53:31 -04:00 |
symboldatabase.h
|
don't debug warn about class function definitions without body having missing varid on function parameters
|
2011-04-22 21:41:55 -04:00 |
timer.cpp
|
…
|
|
timer.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
token.cpp
|
Fixed #2676 (setVarId: variables with global scope qualification :: don't get varids)
|
2011-04-18 06:56:39 +02:00 |
token.h
|
Refactoring: add Token::isAssignmentOp and use it in CheckClass::checkConstFunc
|
2011-04-09 14:36:05 -04:00 |
tokenize.cpp
|
fix extra qualification check for same class name in different namespaces
|
2011-06-14 15:31:52 -04:00 |
tokenize.h
|
fix #2739 (segmentation fault of cppcheck ( if()x ))
|
2011-06-11 15:51:12 -04:00 |