cppcheck/lib
Daniel Marjamäki 865a252c89 astyle formatting
[ci skip]
2014-09-14 10:29:12 +02:00
..
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp Disabled several checks and simplifications for C code, if they are C++-only. Do not match arguments for C code, since there can't be overloads. 2014-09-01 18:43:24 +02:00
checkautovariables.h
checkbool.cpp Simplified code 2014-09-11 20:27:01 +02:00
checkbool.h
checkboost.cpp Fixed false positive #4788 (break; in BOOST_FOREACH) 2014-08-31 20:40:52 +02:00
checkboost.h
checkbufferoverrun.cpp Move declaration closer to where it is used 2014-09-11 11:26:35 +04:00
checkbufferoverrun.h Fixed #5257 (Check memcpy size for string literals) 2014-07-06 08:41:39 +02:00
checkclass.cpp Refactorization: Moved detection of STL strings to SymbolDatabase 2014-09-05 12:03:08 +02:00
checkclass.h
checkcondition.cpp Move cheap checks earlier to avoid more expensive ones 2014-09-01 12:52:27 +04:00
checkcondition.h
checkexceptionsafety.cpp Simplified code 2014-09-11 20:27:01 +02:00
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Use information about pure/leak-ignore from library to improve accuracy of several bailouts 2014-09-11 20:27:07 +02:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Improved message 'mismatchSize' (#4167) 2014-09-02 09:38:40 +02:00
checkmemoryleak.h Refactorization in checkmemoryleak.cpp: 2014-09-01 13:54:33 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Detect -> accesses on uninitialized pointers 2014-09-12 10:19:00 +04:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed #6165 (Remove old checkUnsignedDivision checker that uses neither AST nor ValueFlow. The CheckType::checkSignConversion should be much more accurate) 2014-09-12 16:59:16 +02:00
checkother.h Fixed #6165 (Remove old checkUnsignedDivision checker that uses neither AST nor ValueFlow. The CheckType::checkSignConversion should be much more accurate) 2014-09-12 16:59:16 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Refactorization: Moved detection of STL strings to SymbolDatabase 2014-09-05 12:03:08 +02:00
checkstl.h
checkstring.cpp
checkstring.h Refactorization: 2014-08-27 09:42:09 +02:00
checktype.cpp checkSignConversion: dont warn for + and - 2014-09-12 18:58:31 +02:00
checktype.h Too big shift: fix FP when cast is used 2014-09-12 06:45:45 +02:00
checkuninitvar.cpp astyle formatting 2014-09-14 10:29:12 +02:00
checkuninitvar.h
checkunusedfunctions.cpp Fixed false positive #4648 2014-08-31 20:33:27 +02:00
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp Fixed ID of message about purged configurations. 2014-09-10 20:19:21 +02:00
cppcheck.h Detect and purge duplicate configurations by calculating a checksum. 2014-09-02 22:35:52 +02:00
cppcheck.vcxproj Added checktype.cpp to VS solution; Fixed MSVC warning about signed/unsigned mismatch 2014-09-11 18:47:28 +02:00
cppcheck.vcxproj.filters Added checktype.cpp to VS solution; Fixed MSVC warning about signed/unsigned mismatch 2014-09-11 18:47:28 +02:00
cxx11emu.h
errorlogger.cpp Fixed assertion failure in VS debug mode 2014-04-30 21:06:01 +02:00
errorlogger.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
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 Fixed #6158 (New check: dangerous sign conversion) 2014-09-11 18:10:19 +02:00
library.cpp Improved performance of library loading (~5%): 2014-09-10 20:29:44 +02:00
library.h
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 Fixed reporting of unmatched suppressions for unusedFunction (#4946) 2014-09-01 10:13:03 +02:00
suppressions.h Fixed reporting of unmatched suppressions for unusedFunction (#4946) 2014-09-01 10:13:03 +02:00
symboldatabase.cpp Merge pull request #391 from Dmitry-Me/resolveIssue1037098 2014-09-06 23:17:52 +02:00
symboldatabase.h Refactorization: Moved detection of STL strings to SymbolDatabase 2014-09-05 12:03:08 +02:00
templatesimplifier.cpp Ticket #6134: Improve the mechanism differentiating template declarations from template definitions. 2014-09-13 16:44:05 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Ticket #6121: Report a syntax error for invalid enum initializers. 2014-09-13 20:46:53 +02:00
tokenize.h Reimplemented version.h: 2014-09-01 08:48:25 +02:00
tokenlist.cpp AST: fixed cast for 'return (long long)c << 40;' 2014-09-12 06:43:52 +02:00
tokenlist.h Detect and purge duplicate configurations by calculating a checksum. 2014-09-02 22:35:52 +02:00
valueflow.cpp Fix read access to uninitialized variable 2014-09-06 22:27:13 +02:00
valueflow.h ValueFlow: start adding valueflow handling of strings and pointer aliases 2014-08-03 20:11:22 +02:00
version.h Fix version number macros 2014-09-04 21:18:15 +02:00
version.rc