..
check.h
…
check64bit.cpp
Travis: Fixed false positive in lib/checkbufferoverrun. Ticket: #4486
2013-02-04 19:02:42 +01:00
check64bit.h
…
checkassignif.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
checkassignif.h
…
checkautovariables.cpp
Refactorized check for assigning function parameters:
2013-02-18 08:52:49 -08:00
checkautovariables.h
Refactorized check for assigning function parameters:
2013-02-18 08:52:49 -08:00
checkboost.cpp
…
checkboost.h
…
checkbufferoverrun.cpp
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
2013-03-03 02:41:59 -08:00
checkbufferoverrun.h
…
checkclass.cpp
Fixed some gcc and cppcheck messages
2013-03-05 07:07:59 -08:00
checkclass.h
New check: Warn about using malloc() for classes containing virtual methods, std::-objects or constructors
2013-03-01 06:07:20 -08: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
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
2013-03-03 02:41:59 -08:00
checkio.h
…
checkleakautovar.cpp
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
2013-03-03 02:41:59 -08:00
checkleakautovar.h
…
checkmemoryleak.cpp
- Moved more functionality from Scope to Type: BaseInfo and FriendInfo
2013-03-05 06:28:40 -08:00
checkmemoryleak.h
fix misspellings & gcc v3.4.6 warnings
2013-02-09 23:43:09 -07:00
checknonreentrantfunctions.cpp
…
checknonreentrantfunctions.h
…
checknullpointer.cpp
Simplified several Token::Match/simpleMatch calls when match string consists of a single pattern
2013-03-01 03:42:04 -08:00
checknullpointer.h
…
checkobsoletefunctions.cpp
…
checkobsoletefunctions.h
…
checkother.cpp
Avoided unnecessary usage of symbolDatabase->isClassOrStruct()
2013-03-05 06:55:31 -08:00
checkother.h
Rewrote CheckOther::checkVariableScope()
2013-03-03 10:35:33 -08:00
checkpostfixoperator.cpp
CheckPostfixOperator: Use Token::variable. ticket: #4535
2013-02-05 06:47:08 +01:00
checkpostfixoperator.h
…
checkstl.cpp
Added support for different containers, while-loops and if to CheckStl::stlOutOfBounds()
2013-03-04 10:59:46 -08:00
checkstl.h
Fixed #2652 (container .size() check too strict)
2013-02-14 16:59:58 +01:00
checkuninitvar.cpp
Implement initial support for Types in Symboldatabase:
2013-03-05 04:33:38 -08:00
checkuninitvar.h
Fixed #4569 (False Positive: Uninitialised variable)
2013-02-11 18:31:14 +01:00
checkunusedfunctions.cpp
…
checkunusedfunctions.h
…
checkunusedvar.cpp
- Moved more functionality from Scope to Type: BaseInfo and FriendInfo
2013-03-05 06:28:40 -08:00
checkunusedvar.h
…
config.h
…
cppcheck.cpp
…
cppcheck.h
…
cppcheck.vcxproj
…
cppcheck.vcxproj.filters
…
errorlogger.cpp
astyle formatting
2013-03-02 15:48:22 +01:00
errorlogger.h
…
executionpath.cpp
…
executionpath.h
…
lib.pri
…
mathlib.cpp
…
mathlib.h
…
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 #4608 (false positive: (style) struct or union member is never used.)
2013-03-01 16:13:04 +01:00
pcrerules.pri
…
preprocessor.cpp
fix misspellings & gcc v3.4.6 warnings
2013-02-09 23:43:09 -07:00
preprocessor.h
fix misspellings & gcc v3.4.6 warnings
2013-02-09 23:43:09 -07:00
settings.cpp
Reverted fix for #4547 : It causes fp. See #4573
2013-02-12 16:13:08 +01:00
settings.h
…
standards.h
…
suppressions.cpp
fix misspellings & gcc v3.4.6 warnings
2013-02-09 23:43:09 -07:00
suppressions.h
fix misspellings & gcc v3.4.6 warnings
2013-02-09 23:43:09 -07:00
symboldatabase.cpp
Fixed some gcc and cppcheck messages
2013-03-05 07:07:59 -08:00
symboldatabase.h
- Moved more functionality from Scope to Type: BaseInfo and FriendInfo
2013-03-05 06:28:40 -08:00
templatesimplifier.cpp
Simplified several Token::Match/simpleMatch calls when match string consists of a single pattern
2013-03-01 03:42:04 -08:00
templatesimplifier.h
fix misspellings & gcc v3.4.6 warnings
2013-02-09 23:43:09 -07:00
timer.cpp
…
timer.h
…
token.cpp
Changes in token.h/cpp:
2013-03-05 08:50:01 -08:00
token.h
Changes in token.h/cpp:
2013-03-05 08:50:01 -08:00
tokenize.cpp
Don't assign a varid to a variadic function
2013-03-05 08:32:52 -08:00
tokenize.h
Reduced code duplication in tokenizer
2013-03-02 09:19:53 -08:00
tokenlist.cpp
AST: create possible NULL pointer dereference if tokenlist is empty. Ticket: #4630
2013-03-02 15:49:48 +01:00
tokenlist.h
…
version.h
…
version.rc
…