.. |
CMakeLists.txt
|
…
|
|
check.cpp
|
…
|
|
check.h
|
Fix platform-dependent test result, formatting and crash in whole program analysis
|
2015-06-28 17:54:48 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
checkautovariables: Simplify some conditions
|
2015-07-05 17:15:13 +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
|
negative array size: fixed noise when array is not vla
|
2015-07-04 09:42:42 +02:00 |
checkbufferoverrun.h
|
Fix platform-dependent test result, formatting and crash in whole program analysis
|
2015-06-28 17:54:48 +02:00 |
checkclass.cpp
|
Support C++03-style of declaring a copy ctor as deleted (#6585)
|
2015-07-21 13:46:50 +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
|
Fixed #6852 (false negative: logical conjunction 'x == 0')
|
2015-07-21 22:26:22 +02:00 |
checkcondition.h
|
Fixed #4842 (condition is always true (variable is assigned constant value and then used in condition))
|
2015-07-17 15:30:23 +02:00 |
checkexceptionsafety.cpp
|
#6712 segmentation fault (invalid code) in CheckExceptionSafety::checkRethrowCopy. Local fix to avoid accessing NULL-token
|
2015-05-28 21:12:02 +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
|
Fixed garbage code in checkinternal.cpp
|
2015-06-18 17:13:46 +02:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Fixed false positive: Do not print useClosedFile on arrays (#6823)
|
2015-07-20 22:40:19 +02:00 |
checkio.h
|
Running astyle, no functional change.
|
2015-06-17 09:09:23 +02:00 |
checkleakautovar.cpp
|
Refactoring handling of comparisons
|
2015-07-22 12:31:18 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Refactoring handling of if conditions in CheckMemoryLeak
|
2015-07-22 16:45:14 +02:00 |
checkmemoryleak.h
|
Removed simplifyIfNot simplification (#6072)
|
2015-07-21 20:56:47 +02:00 |
checknonreentrantfunctions.cpp
|
Remove some code checking for invalid class hierarchy which got obsolete since 480a5672b0 . Run astyle
|
2015-07-01 07:50:13 +02:00 |
checknonreentrantfunctions.h
|
Remove some code checking for invalid class hierarchy which got obsolete since 480a5672b0 . Run astyle
|
2015-07-01 07:50:13 +02:00 |
checknullpointer.cpp
|
Fix more (potential) multi-threading issues by moving static local vars (non-POD-type) to file scope
|
2015-06-13 16:22:43 +02:00 |
checknullpointer.h
|
…
|
|
checkobsolescentfunctions.cpp
|
…
|
|
checkobsolescentfunctions.h
|
…
|
|
checkother.cpp
|
cleanup checkother
|
2015-07-22 18:48:43 +02:00 |
checkother.h
|
Refactoring: Expose some previously local functions to public and add Tokenizer as argument to distinguish between C and C++ code (e.g. in isSameExpression).
|
2015-06-28 12:08:36 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
#6671 false positive: incorrect sizeofwithsilentarraypointer with reference to array.
|
2015-05-06 07:38:26 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Removed simplifyIfNot simplification (#6072)
|
2015-07-21 20:56:47 +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
|
stringLiteralWrite: Updated error message
|
2015-06-05 14:34:13 +02:00 |
checkstring.h
|
stringLiteralWrite: Updated error message
|
2015-06-05 14:34:13 +02:00 |
checktype.cpp
|
updated style messages
|
2015-06-01 21:22:47 +02:00 |
checktype.h
|
Fixed #6707 (new check: possible truncation when assigning int result to long)
|
2015-05-25 10:02:17 +02:00 |
checkuninitvar.cpp
|
CheckUninitVar: Fix a FP reported for invalid code
|
2015-07-22 21:58:06 +02:00 |
checkuninitvar.h
|
Fix some compiler warnings which got introduced recently
|
2015-06-30 20:11:51 +02:00 |
checkunusedfunctions.cpp
|
2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code.
|
2015-06-28 18:34:09 +02:00 |
checkunusedfunctions.h
|
2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code.
|
2015-06-28 18:34:09 +02:00 |
checkunusedvar.cpp
|
Remove some code checking for invalid class hierarchy which got obsolete since 480a5672b0 . Run astyle
|
2015-07-01 07:50:13 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
#6705 segmentation fault (invalid code) in CheckVaarg::va_list_usage. Local fix i nchecker preventing SIGSEGV on NULL-token
|
2015-05-27 21:12:33 +02:00 |
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Fix platform-dependent test result, formatting and crash in whole program analysis
|
2015-06-28 17:54:48 +02:00 |
cppcheck.h
|
Exit code shall indicate that an internal error (syntax error) has been found. Add some const. Run astyle
|
2015-05-25 21:15:55 +02:00 |
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
|
Remove some useless casts, probably added to avoid false positives.
|
2015-07-04 13:19:21 +02:00 |
errorlogger.h
|
Refactoring: missing include added, (potential) multi-threading issue fixed, expose static method to allow unit testing
|
2015-06-18 19:07:51 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
Fix compiler warnings
|
2015-06-28 18:07:31 +02: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 |
matchcompiler.h
|
Fixed #6716 (Performance: Alternative String Representation in Match Compiler)
|
2015-06-07 16:21:06 +02:00 |
mathlib.cpp
|
MathLib: Add TEST_MATHLIB_VALUE that is used to test MathLib::value
|
2015-07-15 17:36:41 +02:00 |
mathlib.h
|
Fix Cppcheck warning about non-explicit constructor for MathLib::value
|
2015-07-10 21:17:17 +02:00 |
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Refactorization in Preprocessor: Support beginning/end of file in removeSpaceNearNL(), avoid string copying when calling replaceIfDefined()
|
2015-07-21 12:13:58 +02:00 |
preprocessor.h
|
Refactorization in Preprocessor: Support beginning/end of file in removeSpaceNearNL(), avoid string copying when calling replaceIfDefined()
|
2015-07-21 12:13:58 +02:00 |
settings.cpp
|
Fixed Cppcheck warning, condition is always true
|
2015-07-16 20:23:25 +02:00 |
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Refactorization: Renamed Token::isOperator() to Token::isOperatorKeyword() to avoid confusion with Token::isOp(), use Token::isOperatorKeyword() in setVarId().
|
2015-07-22 13:57:51 +02:00 |
symboldatabase.h
|
Remove some code checking for invalid class hierarchy which got obsolete since 480a5672b0 . Run astyle
|
2015-07-01 07:50:13 +02:00 |
templatesimplifier.cpp
|
Ticket #6835: Don't get confused by parentheses while detecting template parameter default values.
|
2015-07-17 21:30:34 +02:00 |
templatesimplifier.h
|
Refactoring: Allow TemplateSimplifier to throw InternalErrors by itself.
|
2015-06-23 20:53:57 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Refactoring handling of comparisons
|
2015-07-22 12:31:18 +02:00 |
token.h
|
Refactorization: Renamed Token::isOperator() to Token::isOperatorKeyword() to avoid confusion with Token::isOp(), use Token::isOperatorKeyword() in setVarId().
|
2015-07-22 13:57:51 +02:00 |
tokenize.cpp
|
Refactorization: Renamed Token::isOperator() to Token::isOperatorKeyword() to avoid confusion with Token::isOp(), use Token::isOperatorKeyword() in setVarId().
|
2015-07-22 13:57:51 +02:00 |
tokenize.h
|
Removed simplifyIfNot simplification (#6072)
|
2015-07-21 20:56:47 +02:00 |
tokenlist.cpp
|
AST: Fixed AST for struct initialisation
|
2015-07-21 11:40:42 +02:00 |
tokenlist.h
|
…
|
|
utils.h
|
Fix more (potential) multi-threading issues
|
2015-06-20 22:26:51 +02:00 |
valueflow.cpp
|
Fixed crash on garbage code #6859
|
2015-07-22 13:33:24 +02:00 |
valueflow.h
|
ValueFlow: Added Value::valueKind that says if value is known or possible
|
2015-07-16 17:33:16 +02:00 |
version.h
|
Set version to 1.69.99/1.70 dev
|
2015-05-03 08:15:13 +02:00 |
version.rc
|
…
|
|