.. |
CMakeLists.txt
|
Fixed #6844 (CMake with matchcompiler)
|
2015-07-23 10:49:53 +02:00 |
astutils.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
astutils.h
|
Removed some unused code
|
2015-08-15 19:17:25 +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
|
…
|
|
checkassert.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkassert.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkautovariables.cpp
|
Ticket #6596: Address of local variables can also be assigned to pointer-pointer arguments using the ptr[] syntax.
|
2015-08-28 20:29:51 +02:00 |
checkautovariables.h
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
checkbool.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
checkbufferoverrun.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkclass.cpp
|
Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors.
|
2015-08-29 13:11:00 +02:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkcondition.h
|
Moved functions to astutils
|
2015-08-03 09:20:50 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Some small refactorizations
|
2015-08-15 19:46:31 +02:00 |
checkio.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkleakautovar.cpp
|
CheckLeakAutoVar: updated handling of unknown types in C++
|
2015-08-11 12:41:42 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +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
|
Refactorizations:
|
2015-08-16 14:23:07 +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
|
New check: Detect unused 'goto' labels (#5124)
|
2015-08-30 16:45:47 +02:00 |
checkother.h
|
New check: Detect unused 'goto' labels (#5124)
|
2015-08-30 16:45:47 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkstl.h
|
Refactorization: Cleaned up after ExecutionPath removal
|
2015-07-23 20:37:09 +02:00 |
checkstring.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
checkstring.h
|
…
|
|
checktype.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
checktype.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
checkuninitvar.cpp
|
Fixed #6917 (False positive uninitvar - unused array declaration and ternary expression)
|
2015-08-29 13:19:28 +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
|
Ticket #6954: Properly handle pointers to arrays in CheckUnunsedVar.
|
2015-08-27 23:56:26 +02:00 |
checkunusedvar.h
|
Removed some unused code
|
2015-08-15 19:17:25 +02:00 |
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
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
errorlogger.h
|
…
|
|
lib.pri
|
Refactoring: Move some AST related functions to distinct source file
|
2015-08-02 21:57:32 +02:00 |
library.cpp
|
Eliminate duplicate find() calls
|
2015-08-27 11:19:51 +03:00 |
library.h
|
Support namespaces in CheckOther::checkIgnoredReturnValue()
|
2015-08-15 12:19:14 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +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
|
Refactorizations:
|
2015-08-16 10:33:51 +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
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
test/cfg: Improved testing of std.cfg.
|
2015-08-29 00:09:33 +02:00 |
symboldatabase.h
|
Ticket #6957: Properly handle arrays of pointers in CheckClass::constructors.
|
2015-08-28 23:06:39 +02:00 |
templatesimplifier.cpp
|
Refactorization: Removed redundant code for syntax error handling in templatesimplifier.cpp and symboldatabase.cpp
|
2015-08-19 19:29:48 +02:00 |
templatesimplifier.h
|
Refactorization: Removed redundant code for syntax error handling in templatesimplifier.cpp and symboldatabase.cpp
|
2015-08-19 19:29:48 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Merge pull request #655 from Dmitry-Me/explicitConstCastBetterNames
|
2015-08-27 17:04:07 +02:00 |
token.h
|
Use const_cast to add const, better variable name
|
2015-08-27 17:14:33 +03:00 |
tokenize.cpp
|
Handle anonymous structs (which can appear inside unions) like anonymous unions (#2039)
|
2015-08-30 15:41:54 +02:00 |
tokenize.h
|
Rewritten handling of declaration specifiers:
|
2015-08-27 14:34:17 +02:00 |
tokenlist.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +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
|
Merge pull request #647 from Dmitry-Me/continueOnRuleMatch
|
2015-08-28 16:00:53 +02: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
|
…
|
|