.. |
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
checkassignif.cpp
|
…
|
|
checkassignif.h
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed #4096 (Improve check: Buffer overrun in for loop, postfix increment in array access)
|
2012-09-01 19:17:28 +02:00 |
checkbufferoverrun.h
|
Fixed #4096 (Improve check: Buffer overrun in for loop, postfix increment in array access)
|
2012-09-01 19:17:28 +02:00 |
checkclass.cpp
|
…
|
|
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Change file encoding to UFT-8 like it is for other files.
|
2012-08-26 00:12:38 +03: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 #4034 (false positive:(error) Dereferencing 'cfileP' after it is deallocated / released)
|
2012-08-28 06:38:38 +02:00 |
checkleakautovar.h
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
It is ok to pass a nullpointer as first argument to mbstowcs and wcstombs, which then just return how long the buffer has to be to store the result.
|
2012-08-26 10:41:48 +02:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
Enable --std=c11 and --std=c++11 by default
|
2012-08-25 21:57:45 +02:00 |
checkobsoletefunctions.h
|
CheckObsoleteFunctions: asctime and ctime are not posix functions
|
2012-08-27 18:49:48 +02:00 |
checkother.cpp
|
CheckOther::clarifyStatement: improved message to show what's the 'bad' and the 'good' expression.
|
2012-09-04 02:07:55 +02:00 |
checkother.h
|
CheckOther::clarifyStatement: improved message to show what's the 'bad' and the 'good' expression.
|
2012-09-04 02:07:55 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
astyle formatting
|
2012-08-27 15:52:03 +02:00 |
checkstl.h
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
checkuninitvar.cpp
|
…
|
|
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed #4138 - False positive about variable assigned a value that is never
|
2012-09-04 13:06:04 +02:00 |
checkunusedvar.h
|
Fixed #4138 - False positive about variable assigned a value that is never
|
2012-09-04 13:06:04 +02:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Incremented version numbers to 1.57 dev
|
2012-09-01 13:04:09 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
Fixed #4040 (false positive: (error) Uninitialized variable: iter)
|
2012-08-27 15:48:21 +02:00 |
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
Fixed #4087
|
2012-09-02 14:26:39 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Preprocessor: Made function static after self-check suggestion
|
2012-09-01 10:32:27 +02:00 |
preprocessor.h
|
Preprocessor: Made function static after self-check suggestion
|
2012-09-01 10:32:27 +02:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
Enable --std=c11 and --std=c++11 by default
|
2012-08-25 21:57:45 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
SymbolDatabase: Made function static after self-check suggestion
|
2012-09-01 10:46:09 +02:00 |
symboldatabase.h
|
Fixed compilation error - added missing function in symboldatabase.
|
2012-09-02 14:30:00 +02:00 |
templatesimplifier.cpp
|
Fixed setVarId for nested templates (#3976, #3769) and support C++11 right angle brackets in TemplateSimplifier::templateParameters()
|
2012-08-26 09:49:38 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed bug in Token::Match (#3720)
|
2012-08-30 13:33:19 +02:00 |
token.h
|
astyle formatting
|
2012-08-27 06:33:56 +02:00 |
tokenize.cpp
|
Fixed #3304 (simple cases)
|
2012-09-04 13:41:14 +02:00 |
tokenize.h
|
Fixed #1620 (tokenizer: simplify well known math functions)
|
2012-09-03 18:51:15 +02:00 |
tokenlist.cpp
|
Change file encoding to UFT-8 like it is for other files.
|
2012-08-26 00:12:38 +03:00 |
tokenlist.h
|
Change file encoding to UFT-8 like it is for other files.
|
2012-08-26 00:12:38 +03:00 |