.. |
check.cpp
|
…
|
|
check.h
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkassert.cpp
|
Get rid of tokAt() and strAt() in trivial cases.
|
2014-07-14 11:44:58 +04:00 |
checkassert.h
|
…
|
|
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
|
Simplify code - bail out early, vreak loops early, reorder checks and declarations.
|
2014-06-09 13:35:30 +04:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
BufferOverrun: Use ValueFlow string values more
|
2014-08-04 08:25:10 +02:00 |
checkbufferoverrun.h
|
Fixed #5257 (Check memcpy size for string literals)
|
2014-07-06 08:41:39 +02:00 |
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
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
checkinternal.h
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
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
|
Bring variables decalaration to where they are really needed.
|
2014-07-10 11:23:14 +04:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Clearer variable names, fix typo in comment.
|
2014-07-11 11:33:09 +04:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Avoid crash reported in #5943 (using the example from duplicate ticket #5971)
|
2014-07-06 14:48:24 +02:00 |
checknullpointer.h
|
Refactoring: Removed CheckNullPointer::nullPointerByCheckAndDeRef and implemented needed analysis in ValueFlow instead.
|
2014-06-22 10:02:14 +02:00 |
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
|
#5875 fix 'lib/checksizeof.cpp:142:26: runtime error: member call on null pointer of type 'Token'. Improve error handling in CheckSizeof::checkSizeofForPointerSize()
|
2014-06-01 22:18:17 +02:00 |
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
|
Support C++11 style initialization with {}:
|
2014-08-05 15:33:57 +02:00 |
checkunusedvar.h
|
…
|
|
config.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
cppcheck.cpp
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
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
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
Resolve CID 1222223.
|
2014-08-04 10:00:53 +04:00 |
library.h
|
Library: Added <minsize> element used for buffer overrun checking
|
2014-07-05 20:31:43 +02:00 |
mathlib.cpp
|
Fix clang compiler warning in mathlib.cpp and repair test case for #5895
|
2014-06-07 13:16:02 +02:00 |
mathlib.h
|
Fixed #5885 - fsanitize=undefined: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' in lib/tokenize.cpp.
|
2014-05-29 18:25:01 +02:00 |
path.cpp
|
Fixed #5925: The first include in path.cpp is not path.h and astyle run.
|
2014-06-16 15:11:44 +02:00 |
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
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
settings.h
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
symboldatabase.cpp
|
Support C++11 style initialization with {}:
|
2014-08-05 15:33:57 +02:00 |
symboldatabase.h
|
Get rid of tokAt() and strAt() in trivial cases.
|
2014-07-14 11:44:58 +04:00 |
templatesimplifier.cpp
|
TemplateSimplifier: Fixed crash caused by null pointer dereference. I don't have a testcase. But the code is suspicious, in the loop we check if tok3 is null and then in the loop head we call tok3->next().
|
2014-07-15 21:28:52 +02:00 |
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
|
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 |
tokenize.cpp
|
Support C++11 style initialization with {}:
|
2014-08-05 15:33:57 +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
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
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
|
Refactorized resource files:
|
2012-10-14 10:21:22 +02:00 |