cppcheck/lib
Dmitry-Me c85112bdad Break list traversal once first match is found 2015-08-06 17:10:43 +03:00
..
CMakeLists.txt Fixed #6844 (CMake with matchcompiler) 2015-07-23 10:49:53 +02:00
astutils.cpp Moved functions to astutils 2015-08-03 09:20:50 +02:00
astutils.h Moved functions to astutils 2015-08-03 09:20:50 +02:00
check.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check.h Fix platform-dependent test result, formatting and crash in whole program analysis 2015-06-28 17:54:48 +02:00
check64bit.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
check64bit.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkassert.cpp Formatting cleanup, better variable name 2015-04-01 18:23:51 +03:00
checkassert.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.cpp checkautovariables: Simplify some conditions 2015-07-05 17:15:13 +02:00
checkautovariables.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbool.cpp Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checkbool.h Refactorization: Reduced chaos in CheckOther::classInfo() 2015-01-03 18:00:16 +01:00
checkboost.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
checkboost.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 Use C++11 string.back() instead of string[string.length()-1] 2015-07-25 17:19:53 +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 minor tweak of 'Redundant condition' error message 2015-08-05 11:30:58 +02:00
checkcondition.h Moved functions to astutils 2015-08-03 09:20:50 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 Moved functions to astutils 2015-08-03 09:20:50 +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 Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkobsolescentfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkother.cpp Merge pull request #630 from Dmitry-Me/detectRaceInInterlockedAccess 2015-08-06 15:43:10 +02:00
checkother.h Merge pull request #630 from Dmitry-Me/detectRaceInInterlockedAccess 2015-08-06 15:43:10 +02:00
checkpostfixoperator.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkpostfixoperator.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checksizeof.cpp #6671 false positive: incorrect sizeofwithsilentarraypointer with reference to array. 2015-05-06 07:38:26 +02:00
checksizeof.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 Fixed #6707 (new check: possible truncation when assigning int result to long) 2015-05-25 10:02:17 +02:00
checkuninitvar.cpp Fixed #6869 (False positive: uninitvar, array passed to function) 2015-08-05 10:19:17 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
config.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
cppcheck.cpp Fixed behaviour of --quiet/-q and its description 2015-07-25 17:55:12 +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 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 cppcheck compilation fails with g++4.6.3 (#5929). Patch supplied by mavik1 2015-05-01 16:25:27 +02:00
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 Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
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::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 Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
path.h Refactorized file listing code (CLI): 2015-07-23 14:28:17 +02:00
pcrerules.pri pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
preprocessor.cpp Fixed hang in VS10 debug mode (AppVeyor) 2015-07-26 14:20:18 +02: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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
suppressions.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
suppressions.h Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
symboldatabase.cpp addons/naming.py: fixed error report for function name 2015-07-28 14:34:37 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
timer.h Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
token.cpp Moved functions to astutils 2015-08-03 09:20:50 +02:00
token.h Moved functions to astutils 2015-08-03 09:20:50 +02:00
tokenize.cpp Fixed #6284 (Token::Match called with varid 0. Constants) 2015-08-02 09:11:51 +02:00
tokenize.h #6900 segmentation fault (invalid code) in CheckStl::runSimplifiedChecks. 2015-07-31 20:24:06 +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 Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
utils.h Fix more (potential) multi-threading issues 2015-06-20 22:26:51 +02:00
valueflow.cpp Fixed #6910 (ValueFlow: variable incremented as macro argument is not known) 2015-08-05 14:08:57 +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 Set version to 1.69.99/1.70 dev 2015-05-03 08:15:13 +02:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00