cppcheck/lib
Daniel Marjamäki f96ea94048 AST: fixed ast for 'a(new (X), 5);' 2014-10-12 10:20:03 +02:00
..
check.cpp
check.h
check64bit.cpp Added support for member variables in Check64BitPortability::pointerassignment() 2014-10-02 20:38:54 +02:00
check64bit.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkassert.cpp
checkassert.h
checkautovariables.cpp
checkautovariables.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkbool.cpp Simplified code 2014-09-11 20:27:01 +02:00
checkbool.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkboost.cpp
checkboost.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkbufferoverrun.cpp Fixed a typo in a comment. No functional changes. 2014-09-30 14:54:59 +02:00
checkbufferoverrun.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkclass.cpp Fixed false positive: Member variable not initialized in the constructor with array and (*this) (#5754) 2014-09-29 16:49:20 +02:00
checkclass.h Fixed typos in comments, no functional changes. 2014-10-02 04:39:41 +02:00
checkcondition.cpp
checkcondition.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkexceptionsafety.cpp Simplified code 2014-09-11 20:27:01 +02:00
checkexceptionsafety.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkinternal.cpp
checkinternal.h
checkio.cpp Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02:00
checkio.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkleakautovar.cpp Fixed false positive memoryLeak #6013 2014-09-30 13:02:02 +02:00
checkleakautovar.h
checkmemoryleak.cpp Support :: prefix in front of allocation function. 2014-10-01 15:33:03 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp #6189 assign with operator= a '\0' to a std::string is not an error 2014-09-26 20:40:44 +02:00
checknullpointer.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkobsolescentfunctions.cpp Restored files removed in 1cc872f5b2 2014-09-23 21:02:46 +02:00
checkobsolescentfunctions.h Restored files removed in 1cc872f5b2 2014-09-23 21:02:46 +02:00
checkother.cpp Fixed typos in comments, no functional changes. 2014-10-02 04:39:41 +02:00
checkother.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkstl.cpp Support do-loops in CheckStl::stlOutOfBounds() 2014-10-02 20:38:55 +02:00
checkstl.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkstring.cpp
checkstring.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checktype.cpp Fixed #6168 (False positive: sign conversion for inner calculation) 2014-09-14 10:29:58 +02:00
checktype.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkuninitvar.cpp Fixed #6169 (False positive: passing uninitialized struct buffer member to strncpy) 2014-09-15 15:58:21 +02:00
checkuninitvar.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkunusedfunctions.cpp Cleanup variable names, reduce unneeded operations 2014-09-17 15:52:03 +04:00
checkunusedfunctions.h
checkunusedvar.cpp Fixed false positive 'unusedVar' with C++11 initialization (#6160) 2014-09-30 12:39:27 +02:00
checkunusedvar.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkvaarg.cpp CheckVaarg::va_list_usage(): Bailout when try{} block is encountered (#6186) 2014-09-27 11:03:58 +02:00
checkvaarg.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
config.h
cppcheck.cpp Fixed GUI bug: file test.cpp is loaded from file if scratchpad is empty. 2014-10-03 10:40:48 +02:00
cppcheck.h Fixed GUI bug: file test.cpp is loaded from file if scratchpad is empty. 2014-10-03 10:40:48 +02:00
cppcheck.vcxproj Change "obsolete" in all filenames into "obsolescent", and also update all references to such files. 2014-09-23 16:18:04 +02:00
cppcheck.vcxproj.filters Change "obsolete" in all filenames into "obsolescent", and also update all references to such files. 2014-09-23 16:18:04 +02:00
cxx11emu.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Improved fix for Cppcheck warning. Remove useless conditions instead of adding a new one. 2014-09-07 09:56:07 +02:00
executionpath.h
lib.pri Revert "run dmake" 2014-09-23 21:04:31 +02:00
library.cpp Some small refactorizations: 2014-10-03 10:02:46 +02:00
library.h Added version attribute to .cfg files (#5928) 2014-09-29 16:26:17 +02:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h Improved speed of testrunner: Avoid repeated loading of the same library 2014-09-10 20:29:44 +02:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Don't proceed to outer scope once match is found 2014-10-02 12:24:19 +04:00
symboldatabase.h
templatesimplifier.cpp simplifyCalculations: Fix simplification of '( %num% )' when parentheses must be kept 2014-10-10 13:19:25 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02:00
token.h Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02:00
tokenize.cpp Tokenizer::setVarId: better handling of c++ casts 2014-10-11 18:35:06 +02:00
tokenize.h
tokenlist.cpp AST: fixed ast for 'a(new (X), 5);' 2014-10-12 10:20:03 +02:00
tokenlist.h
valueflow.cpp Fixed #6138 (ValueFlow: entry can't be 0 in loop code 'while (entry = get()) entry->value;') 2014-10-11 17:48:51 +02:00
valueflow.h
version.h
version.rc