.. |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassert.h
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassignif.cpp
|
…
|
|
checkassignif.h
|
Multicondition: Fixed FP when using dynamic_cast
|
2014-07-30 11:23:09 +02:00 |
checkautovariables.cpp
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkautovariables.h
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
BufferOverrun: Use ValueFlow string values more
|
2014-08-04 08:25:10 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +02:00 |
checkclass.h
|
New check: initialization by itself in initializer list (#3982)
|
2014-08-05 11:50:08 +02:00 |
checkexceptionsafety.cpp
|
Fixed #5826 (Change error message for 'throw in destructor' check)
|
2014-07-19 03:29:50 +02:00 |
checkexceptionsafety.h
|
Fixed #5826 (Change error message for 'throw in destructor' check)
|
2014-07-19 03:29:50 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Improved invalidScanf error message
|
2014-08-06 06:08:28 +02:00 |
checkio.h
|
Added missing message to --errorlist output, changed Id to avoid duplicate
|
2014-08-02 20:55:59 +02:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Fixed recently introduced FP when C-Style casting nullpointers
|
2014-08-04 11:42:14 +02:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Resolve CID 1037105
|
2014-08-06 10:05:32 +04:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +02:00 |
checkuninitvar.h
|
Dead pointer: Added checking for dead pointer usage when pointer alias local variable that has gone out of scope.
|
2014-08-05 06:24:23 +02:00 |
checkunusedfunctions.cpp
|
Moved getSourceFilePath(), isC() and isCPP() from Tokenizer to TokenList
|
2014-06-04 18:36:25 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
checkunusedvar.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Updated WiX installer and VS solution to VS12 and Qt5
|
2014-08-02 11:52:37 +02:00 |
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
lib.pri
|
…
|
|
library.cpp
|
Resolve CID 1222223.
|
2014-08-04 10:00:53 +04:00 |
library.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fix Cppcheck warning. Make function Preprocessor::readpreprocessor static instead of const.
|
2014-07-25 12:43:55 +02:00 |
preprocessor.h
|
Fix Cppcheck warning. Make function Preprocessor::readpreprocessor static instead of const.
|
2014-07-25 12:43:55 +02:00 |
settings.cpp
|
…
|
|
settings.h
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Support C++11 style initialization with {}:
|
2014-08-05 15:33:57 +02:00 |
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase
|
2014-06-05 17:39:14 +02:00 |
timer.h
|
…
|
|
token.cpp
|
Dead pointer: Added checking for dead pointer usage when pointer alias local variable that has gone out of scope.
|
2014-08-05 06:24:23 +02:00 |
token.h
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
tokenize.cpp
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
tokenize.h
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
tokenlist.cpp
|
Fixed crash #5991: Don't crash when lambda is incomplete
|
2014-07-31 23:15:36 +02:00 |
tokenlist.h
|
…
|
|
valueflow.cpp
|
Refactoring valueFlowSubFunction
|
2014-08-06 06:33:06 +02:00 |
valueflow.h
|
ValueFlow: start adding valueflow handling of strings and pointer aliases
|
2014-08-03 20:11:22 +02:00 |
version.h
|
Increased version to 1.66.99/1.67 dev
|
2014-08-02 18:07:01 +02:00 |
version.rc
|
…
|
|