.. |
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable))
|
2013-06-05 22:10:43 +02:00 |
checkassert.h
|
doc: minor tweaks of --doc output
|
2013-06-03 06:36:37 +02:00 |
checkassignif.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkassignif.h
|
doc: minor tweaks of --doc output
|
2013-06-03 06:36:37 +02:00 |
checkautovariables.cpp
|
Fixed #4641 (False positive: Address of local auto-variable assigned to a function parameter)
|
2013-06-13 16:19:19 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkbufferoverrun.h
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkclass.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Library: Renamed <ignore> to <leak-ignore>
|
2013-07-20 13:12:24 +02:00 |
checkleakautovar.h
|
CLI: Added --environment flag
|
2013-07-02 07:18:19 +02:00 |
checkmemoryleak.cpp
|
Library: Renamed <ignore> to <leak-ignore>
|
2013-07-20 13:12:24 +02:00 |
checkmemoryleak.h
|
Environment: Refactoring and cleanup
|
2013-07-05 20:55:31 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checknullpointer.h
|
astyle formatting
|
2013-07-15 21:56:31 +02:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkother.h
|
Fixed #4104 (New check: comma separated statements in return statement from a function)
|
2013-06-15 17:49:10 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Fixed #4908 (False positive: void * calculation (struct member, cast))
|
2013-07-20 17:20:16 +02:00 |
checksizeof.h
|
Fixed #4906 (False positive: void * calculation (cast))
|
2013-07-10 06:40:09 +02:00 |
checkstl.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkstl.h
|
Fixed two spelling mistakes found by ettlmartin
|
2013-06-12 13:13:05 -07:00 |
checkuninitvar.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkuninitvar.h
|
Fixed #4885 (FP Uninitialized variable when using comma)
|
2013-06-29 09:33:51 +02:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
checkunusedvar.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Rules: Make it possible to write rules that check #define macros
|
2013-07-12 16:09:00 +02:00 |
cppcheck.h
|
Rules: Make it possible run a rule on the 'normal' token list
|
2013-06-09 14:58:56 +02:00 |
cppcheck.vcxproj
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
cppcheck.vcxproj.filters
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
errorlogger.cpp
|
Fixed #4897 (callStackToString is not available when using custom message template)
|
2013-07-08 06:44:25 +02:00 |
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
dmake: fixed lib.pri for gui (tinyxml)
|
2013-07-08 21:56:09 +02:00 |
library.cpp
|
Library: Added configuration file std.cfg that clients should load.
|
2013-07-20 17:12:56 +02:00 |
library.h
|
Library: Added configuration file std.cfg that clients should load.
|
2013-07-20 17:12:56 +02:00 |
mathlib.cpp
|
MathLib: Return inf.0 for NAN and INF calculations
|
2013-07-19 09:27:33 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
Fixed #4859 (Update doxygen support)
|
2013-06-16 19:25:05 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #4874 (Minor spelling corrections)
|
2013-06-26 00:47:02 -07:00 |
preprocessor.h
|
Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force)
|
2013-06-08 16:46:54 +02:00 |
settings.cpp
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
settings.h
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
standards.h
|
Environment: Refactoring and cleanup
|
2013-07-05 20:55:31 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Symbol database: improved handling of array members
|
2013-07-20 17:51:13 +02:00 |
symboldatabase.h
|
SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works.
|
2013-07-20 12:31:04 +02:00 |
templatesimplifier.cpp
|
Fixed #4553 (Wrong calculation of known values)
|
2013-06-14 18:51:52 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #4798 (Token::Match(tok, '&|*|%var%') behaves differently when parsed or compiled)
|
2013-05-15 13:22:25 +02:00 |
token.h
|
Fixed #4554 (false negative: buffer access out of bounds)
|
2013-05-02 21:50:48 -07:00 |
tokenize.cpp
|
Tokenizer: Set variable() pointer for array members
|
2013-07-20 17:46:39 +02:00 |
tokenize.h
|
library: improved handling of noreturn. The Tokenizer::isScopeNoReturn will now try to use the library to determine if scope is noreturn.
|
2013-07-14 10:10:11 +02:00 |
tokenlist.cpp
|
Fixed Cppcheck warning. Method TokenList::createAst can be const
|
2013-06-01 15:04:37 +02:00 |
tokenlist.h
|
Fixed Cppcheck warning. Method TokenList::createAst can be const
|
2013-06-01 15:04:37 +02:00 |
version.h
|
Set version to 1.61 dev
|
2013-06-02 15:40:51 +02:00 |
version.rc
|
…
|
|