.. |
CMakeLists.txt
|
Fixed #6844 (CMake with matchcompiler)
|
2015-07-23 10:49:53 +02:00 |
astutils.cpp
|
Library: Initial handling of method calls
|
2015-08-10 09:41:06 +02:00 |
astutils.h
|
Library: Initial handling of method calls
|
2015-08-10 09:41:06 +02:00 |
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
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Fixed false positive #6787: Skip over lambdas in CheckAutoVariables::returnReference()
|
2015-08-14 13:03:07 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Improve error messages for conditional values. make valueFlowSwitchVariable values conditional that depend on the case. Partial fix for #6884.
|
2015-07-29 19:54:57 +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
|
Fixed false positive #6763 and reordered conditions
|
2015-08-14 12:50:45 +02:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
Run cheaper checks first
|
2015-08-07 16:25:47 +03:00 |
checkcondition.h
|
Moved functions to astutils
|
2015-08-03 09:20:50 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Fixed garbage code in checkinternal.cpp
|
2015-06-18 17:13:46 +02:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Fixed false positive #6763 and reordered conditions
|
2015-08-14 12:50:45 +02:00 |
checkio.h
|
invalidScanf: removed the checking for 'scanf crash with huge input data for old glibc'. new systems are not vulnerable to this bug anymore.
|
2015-08-14 08:03:46 +02:00 |
checkleakautovar.cpp
|
CheckLeakAutoVar: updated handling of unknown types in C++
|
2015-08-11 12:41:42 +02:00 |
checkleakautovar.h
|
Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar.
|
2015-01-28 17:38:43 +01:00 |
checkmemoryleak.cpp
|
Moved functions to astutils
|
2015-08-03 09:20:50 +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
|
Improve error messages for conditional values. make valueFlowSwitchVariable values conditional that depend on the case. Partial fix for #6884.
|
2015-07-29 19:54:57 +02:00 |
checknullpointer.h
|
Assign different IDs for different nullPointer messages (#6166)
|
2015-07-23 14:53:18 +02:00 |
checkobsolescentfunctions.cpp
|
Refactorized CheckObsoleteFunctions:
|
2015-08-11 14:57:23 +02:00 |
checkobsolescentfunctions.h
|
Refactorized CheckObsoleteFunctions:
|
2015-08-11 14:57:23 +02:00 |
checkother.cpp
|
CheckOther::checkComparisonFunctionIsAlwaysTrueOrFalseError: "evaluates always" -> "always evaluates"
|
2015-08-11 13:27:55 +02:00 |
checkother.h
|
Remove unimplemented method
|
2015-08-10 18:02:49 +03:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Fixed #6887 (False positive eraseDereference - container is member of member variable)
|
2015-07-30 10:13:49 +02:00 |
checkstl.h
|
Refactorization: Cleaned up after ExecutionPath removal
|
2015-07-23 20:37:09 +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
|
…
|
|
checkuninitvar.cpp
|
Fixed #6871 (False positive uninitvar - pointer to uninitialized char[])
|
2015-08-08 14:52:46 +02:00 |
checkuninitvar.h
|
Removed the UninitVar::analyseFunctions(). This was written for multifile checking however it did not work as it should => no multifile errors can be detected.
|
2015-07-24 08:30:38 +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
|
CheckVaarg::va_start_subsequentCallsError: fix spelling "inbetween" -> "in between"
|
2015-08-11 14:03:00 +02:00 |
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Fixed behaviour of --quiet/-q and its description
|
2015-07-25 17:55:12 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Add new files to VS project
|
2015-08-03 08:38:38 +02:00 |
cppcheck.vcxproj.filters
|
Add new files to VS project
|
2015-08-03 08:38:38 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
Break list traversal once first match is found
|
2015-08-06 17:10:43 +03: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 |
lib.pri
|
Refactoring: Move some AST related functions to distinct source file
|
2015-08-02 21:57:32 +02:00 |
library.cpp
|
Introduced .cfg file format version to 2 (to prevent older cppcheck versions from failing silently when reading them), because 5b287fc849 introduced a backward-incompatible feature.
|
2015-08-11 14:05:01 +02:00 |
library.h
|
Library: move Library::alloc and Library::dealloc from header to cpp file and use the functionName utility function
|
2015-08-10 18:36:09 +02:00 |
matchcompiler.h
|
Fixed #6716 (Performance: Alternative String Representation in Match Compiler)
|
2015-06-07 16:21:06 +02:00 |
mathlib.cpp
|
MathLib::isFloat now detects C99 hexadecimal float literals. MathLib::isDecimalFloat was added for C++ and pre-C99 compatibility.
|
2015-07-26 19:21:53 +02:00 |
mathlib.h
|
MathLib::isFloat now detects C99 hexadecimal float literals. MathLib::isDecimalFloat was added for C++ and pre-C99 compatibility.
|
2015-07-26 19:21:53 +02:00 |
path.cpp
|
…
|
|
path.h
|
Refactorized file listing code (CLI):
|
2015-07-23 14:28:17 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #5028 Fix parsing of C++11 raw string literals
|
2015-08-12 13:11:55 +01:00 |
preprocessor.h
|
Fixed #6617 (preprocessor performance improvement)
|
2015-07-24 13:30:41 +02:00 |
settings.cpp
|
CLI: Added --debug-normal option that will show --debug output after 1st simplifications. This output is relevant for the 'normal' checkers.
|
2015-07-28 12:46:32 +02:00 |
settings.h
|
CLI: Added --debug-normal option that will show --debug output after 1st simplifications. This output is relevant for the 'normal' checkers.
|
2015-07-28 12:46:32 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Eliminate repeated lookup, better variable names
|
2015-08-13 16:10:23 +03:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
addons/naming.py: fixed error report for function name
|
2015-07-28 14:34:37 +02:00 |
symboldatabase.h
|
Add regression test for #6299. Fix clang compiler warning due to doxygen comment
|
2015-08-14 18:27:03 +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
|
Fixed #6914 (Token::expressionString: parenthesis missing in expression (*it)->stats.corpse_ticks)
|
2015-08-12 10:55:25 +02:00 |
token.h
|
Moved functions to astutils
|
2015-08-03 09:20:50 +02:00 |
tokenize.cpp
|
Fixed parsing of template in enum
|
2015-08-14 11:08:03 +02:00 |
tokenize.h
|
Replace Tokenizer::simplifyBuiltinExpect by a suitable addition to gnu.cfg
|
2015-08-10 20:21:30 +02:00 |
tokenlist.cpp
|
AST: handle concatening of strings better. this is not ideal but better.
|
2015-07-27 13:13:30 +02:00 |
tokenlist.h
|
…
|
|
utils.h
|
Refactorization: Implemented rValue-reference- and "const char*"-overload to make_container::operator<<
|
2015-08-11 14:05:01 +02:00 |
valueflow.cpp
|
Cache and reuse value
|
2015-08-12 10:57:36 +03:00 |
valueflow.h
|
Improve error messages for conditional values. make valueFlowSwitchVariable values conditional that depend on the case. Partial fix for #6884.
|
2015-07-29 19:54:57 +02:00 |
version.h
|
…
|
|
version.rc
|
…
|
|