.. |
CMakeLists.txt
|
…
|
|
check.cpp
|
…
|
|
check.h
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
Formatting cleanup, better variable name
|
2015-04-01 18:23:51 +03:00 |
checkassert.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkautovariables.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkclass.h
|
Reverted 105de8e917 , new checker had FPs that need to be fixed.
|
2015-04-25 15:35:31 +02:00 |
checkcondition.cpp
|
Move more setting checks out of loops and use const bools instead. Reorder a few related checks.
|
2015-04-10 14:31:19 +02:00 |
checkcondition.h
|
New check: Warn about constant expression if ( unknown | non_null_constant) (#6519)
|
2015-02-22 13:09:39 +01:00 |
checkexceptionsafety.cpp
|
Move more setting checks out of loops and use const bools instead. Reorder a few related checks.
|
2015-04-10 14:31:19 +02:00 |
checkexceptionsafety.h
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkmemoryleak.h
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checknullpointer.h
|
…
|
|
checkobsolescentfunctions.cpp
|
Move more setting checks out of loops and use const bools instead. Reorder a few related checks.
|
2015-04-10 14:31:19 +02:00 |
checkobsolescentfunctions.h
|
…
|
|
checkother.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Updated error message. write variable name.
|
2015-05-02 16:55:17 +02:00 |
checkstl.h
|
Fixed false positive #6663: Better support for loops in CheckStl::readingEmptyStlContainer()
|
2015-05-02 14:09:48 +02:00 |
checkstring.cpp
|
Updated error message for stringLiteralWrite
|
2015-05-03 10:48:28 +02:00 |
checkstring.h
|
Fixed #1748 (Undefined Behavior: Modification of string literal)
|
2015-05-03 10:44:40 +02:00 |
checktype.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
#6651 Don't call member function on NULL pointer - even if call is "safe"
|
2015-04-17 08:47:59 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkunusedfunctions.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
move setting flags checks out of for loops, make them const.
|
2015-04-07 07:23:28 +02:00 |
checkvaarg.h
|
…
|
|
config.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
cppcheck compilation fails with g++4.6.3 (#5929). Patch supplied by mavik1
|
2015-05-01 16:25:27 +02:00 |
errorlogger.cpp
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
errorlogger.h
|
Partial fix for #6656 (Allow that CWE is mapped for error message)
|
2015-04-25 17:48:11 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
lib.pri
|
…
|
|
library.cpp
|
…
|
|
library.h
|
Restore build with libc++ and revert PR#228 and PR#562.
|
2015-04-12 20:29:49 +02:00 |
mathlib.cpp
|
Restore build with libc++ and revert PR#228 and PR#562.
|
2015-04-12 20:29:49 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Move more setting checks out of loops and use const bools instead. Reorder a few related checks.
|
2015-04-10 14:31:19 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
settings.h
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
standards.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Move more setting checks out of loops and use const bools instead. Reorder a few related checks.
|
2015-04-10 14:31:19 +02:00 |
symboldatabase.h
|
Removed two unused functions
|
2015-04-09 20:54:07 +02:00 |
templatesimplifier.cpp
|
Fixed #6607 (Crash triggered by TemplateSimplifier::useDefaultArgumentValues)
|
2015-05-01 17:13:02 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Removed two unused functions
|
2015-04-09 20:54:07 +02:00 |
token.h
|
Removed two unused functions
|
2015-04-09 20:54:07 +02:00 |
tokenize.cpp
|
Fixed #6659 (heap user after free: kernel: sm750_accel.c)
|
2015-05-01 18:28:00 +02:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
Fixed three unique crashs on garbage code (#6613).
|
2015-04-01 12:43:24 +02:00 |
tokenlist.h
|
…
|
|
valueflow.cpp
|
Fixed #6378 (valueFlowForward: decrement not handled)
|
2015-05-02 17:30:09 +02:00 |
valueflow.h
|
…
|
|
version.h
|
Set version to 1.69.99/1.70 dev
|
2015-05-03 08:15:13 +02:00 |
version.rc
|
…
|
|