.. |
check.h
|
…
|
|
check64bit.cpp
|
Fixed #4659 (portability: address value / integer false positive)
|
2013-03-17 17:25:57 +01:00 |
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
|
Fixed #4735 (FP: Mismatching assignment and comparison)
|
2013-04-23 06:47:15 +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
|
Refactorized check for assigning function parameters:
|
2013-02-18 08:52:49 -08:00 |
checkbool.cpp
|
Moved checks related to boolean type (not condition checking!) from checkother into new file
|
2013-04-10 09:25:50 -07:00 |
checkbool.h
|
Moved checks related to boolean type (not condition checking!) from checkother into new file
|
2013-04-10 09:25:50 -07:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed #4840 (false negative: buffer access out of bounds)
|
2013-06-25 06:37:51 +02:00 |
checkbufferoverrun.h
|
Fixed Cppcheck warning, method can be static
|
2013-06-01 14:06:48 +02:00 |
checkclass.cpp
|
Fixed #4852 (false positive: Member variable 'A::sz' is not initialized in the constructor)
|
2013-06-14 06:32:26 +02:00 |
checkclass.h
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
checkexceptionsafety.cpp
|
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
|
2013-03-03 02:41:59 -08:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Changed behaviour of %op% pattern accordingly to changes to Token::isOp(). Added %cop% as replacement for old %op%
|
2013-03-01 02:43:59 -08:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Distinguish between different swprintf overloads. (#4790)
|
2013-05-14 02:06:16 -07:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
checkleakautovar.h
|
CLI: Added --environment flag
|
2013-07-02 07:18:19 +02:00 |
checkmemoryleak.cpp
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
checkmemoryleak.h
|
Environment: Refactoring and cleanup
|
2013-07-05 20:55:31 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fixed #4809 (Review CheckNullPointer::parseFunctionCall)
|
2013-06-07 06:37:53 +02:00 |
checknullpointer.h
|
Fixed #4510 (False positive: "Possible null pointer dereference if the default parameter value is used" after init)
|
2013-04-25 00:25:56 -07:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Ticket #4801
|
2013-07-02 15:28:44 +04: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
|
Refactorized postfix operator check:
|
2013-03-31 04:17:23 -07:00 |
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Fixed #4906 (False positive: void * calculation (cast))
|
2013-07-10 06:40:09 +02:00 |
checksizeof.h
|
Fixed #4906 (False positive: void * calculation (cast))
|
2013-07-10 06:40:09 +02:00 |
checkstl.cpp
|
Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].')
|
2013-05-01 11:11:57 +02:00 |
checkstl.h
|
Fixed two spelling mistakes found by ettlmartin
|
2013-06-12 13:13:05 -07:00 |
checkuninitvar.cpp
|
Uninitialized variables: Avoid FP when using '?:'
|
2013-07-10 16:44:35 +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
|
Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects()
|
2013-04-01 12:41:14 +02:00 |
checkunusedvar.h
|
Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects()
|
2013-04-01 12:41:14 +02:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Fixed version number
|
2013-07-04 13:32:45 +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
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
library.h
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
mathlib.cpp
|
Fixed two spelling mistakes found by ettlmartin
|
2013-06-12 13:13:05 -07:00 |
mathlib.h
|
Reverted 'simplify NOT' since there are problems related to signedness of numeric values.
|
2013-04-24 06:32:34 +02:00 |
path.cpp
|
Fixed #4608 (false positive: (style) struct or union member is never used.)
|
2013-03-01 16:13:04 +01:00 |
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
|
Don't use native separators for suppression matching
|
2013-03-12 07:53:18 -07:00 |
suppressions.h
|
fix misspellings & gcc v3.4.6 warnings
|
2013-02-09 23:43:09 -07:00 |
symboldatabase.cpp
|
Merge pull request #148 from JustRamires/master
|
2013-07-09 02:55:46 -07:00 |
symboldatabase.h
|
Fixed segmentation fault in SymbolDatabase::SymbolDatabase(Ticket #4892)
|
2013-07-09 13:10:03 +04:00 |
templatesimplifier.cpp
|
Fixed #4553 (Wrong calculation of known values)
|
2013-06-14 18:51:52 +02:00 |
templatesimplifier.h
|
fix misspellings & gcc v3.4.6 warnings
|
2013-02-09 23:43:09 -07:00 |
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
|
Improved handling of syntax errors in Tokenizer::simplifyAddBracesPair.
|
2013-06-29 14:05:49 +02:00 |
tokenize.h
|
Fixed Cppcheck warning. Made method const
|
2013-06-01 14:35:21 +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
|
…
|
|