.. |
CMakeLists.txt
|
…
|
|
astutils.cpp
|
Fixed #7230 (Confusing code snippet in error message)
|
2015-12-31 01:15:49 +01:00 |
astutils.h
|
Fixed #7233 (Fasle negative 'unknownEvaluationOrder in case of macro)
|
2015-12-25 18:31:21 +01:00 |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Fix Travis. The 'Assign integer to pointer' checker should allow 0.
|
2015-12-30 20:59:22 +01:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Omit unneeded deep copy
|
2015-12-23 10:32:59 +03:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Use set instead of list
|
2015-12-25 16:19:27 +03:00 |
checkclass.h
|
Use set instead of list
|
2015-12-25 16:19:27 +03:00 |
checkcondition.cpp
|
Fixed #7230 (Confusing code snippet in error message)
|
2015-12-31 01:15:49 +01:00 |
checkcondition.h
|
Revert "minor tweak of comment"
|
2015-12-14 20:29:29 +01:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
Use simpleMatch instead of Match for simple pattern, hope this makes Travis happy
|
2015-12-26 02:21:52 +01:00 |
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
try to fix Travis. teach checkinternal about %assign%
|
2015-12-31 01:56:48 +01:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Refactorization: Removed redundant %any% patterns.
|
2015-12-24 14:40:48 +01:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Refactorization: Removed redundant %any% patterns.
|
2015-12-24 14:40:48 +01:00 |
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkother.cpp
|
Fixed #7230 (Confusing code snippet in error message)
|
2015-12-31 01:15:49 +01:00 |
checkother.h
|
Fixed #7214 (ValueType: does not handle static_cast)
|
2015-12-26 15:20:17 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Use simpleMatch to fix travis build
|
2015-12-30 12:28:55 +01:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Refactorization: Removed redundant %any% patterns.
|
2015-12-24 14:40:48 +01:00 |
checkstl.h
|
…
|
|
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
Refactoring CheckType checkers. Use ValueType.
|
2015-12-31 12:05:23 +01:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
…
|
|
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Cache and reuse result of expensive operation
|
2015-12-22 14:03:45 +03:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed #7230 (Confusing code snippet in error message)
|
2015-12-31 01:15:49 +01:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
refactoring. combine 2 if to 1
|
2015-12-14 20:05:17 +01:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
…
|
|
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Preprocessor: insert space between ++ or -- in macro expansion
|
2015-12-29 06:54:44 +01:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
ValueType: better handling of struct member
|
2015-12-30 11:36:46 +01:00 |
symboldatabase.h
|
ValueType: Handle void pointers
|
2015-12-29 19:58:51 +01:00 |
templatesimplifier.cpp
|
Add some debugging code (inspired by #6021)
|
2015-12-27 17:38:15 +01:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #7230 (Confusing code snippet in error message)
|
2015-12-31 01:15:49 +01:00 |
token.h
|
Updated Token::Match documentation
|
2015-12-31 01:25:36 +01:00 |
tokenize.cpp
|
Fixed #7230 (Confusing code snippet in error message)
|
2015-12-31 01:15:49 +01:00 |
tokenize.h
|
Fix misspelled word
|
2015-12-25 11:51:08 +03:00 |
tokenlist.cpp
|
Add some debugging code (inspired by #6021)
|
2015-12-27 17:38:15 +01:00 |
tokenlist.h
|
Add some debugging code (inspired by #6021)
|
2015-12-27 17:38:15 +01:00 |
utils.h
|
…
|
|
valueflow.cpp
|
#7236 segmentation fault (invalid code) in ValueFlow::setValues. #7237 segmentation fault (invalid code) in Tokenizer::setVarIdClassDeclaration
|
2015-12-26 23:51:10 +01:00 |
valueflow.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
…
|
|