cppcheck/lib
PKEuS be4e51f00b Merge pull request #571 from Dmitry-Me/omitUnneededActions3
Omit unneeded actions
2015-03-24 19:25:22 +01:00
..
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
check.cpp
check.h Ticket #695: Fixed VS 2010 issue, switched to "style" severity, changed error messages and updated unit tests 2015-03-10 19:35:12 +01:00
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.cpp
checkautovariables.h
checkbool.cpp Refactorized CheckBool::checkComparisonOfBoolWithInt(), CheckBool::checkComparisonOfBoolExpressionWithInt() and CheckBool::pointerArithBool(): 2015-03-12 20:07:48 +01:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Remove duplicate check 2015-03-24 15:58:03 +03:00
checkbufferoverrun.h Fix compiler warning. Add interfaces of POSIX passwd.h and pwd.h to posix.cfg 2015-02-18 20:56:44 +01:00
checkclass.cpp Better variable name 2015-03-23 11:58:56 +03:00
checkclass.h Ticket #695: Fixed VS 2010 issue, switched to "style" severity, changed error messages and updated unit tests 2015-03-10 19:35:12 +01:00
checkcondition.cpp Fixed grammar mistake; fixed two VS2013 code analysis messages; removed redundant Token::Match call 2015-03-15 10:06:56 +01:00
checkcondition.h New check: Warn about constant expression if ( unknown | non_null_constant) (#6519) 2015-02-22 13:09:39 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp fixed --check-library information message 2015-02-03 17:50:32 +01:00
checkleakautovar.h
checkmemoryleak.cpp Merge overlapping patterns 2015-03-24 10:22:26 +03:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fixed #6495 (Improve check: uninitialized variable, 3rd function argument) 2015-03-14 19:23:33 +01:00
checknullpointer.h
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h
checkother.cpp Merge pull request #537 from Dmitry-Me/decouplePatternMatchingFromOtherChecks 2015-03-15 08:50:59 +01:00
checkother.h #6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg 2015-02-16 22:19:51 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Restore build on Mac OS X on which we're force to use GNU's STL, that does not have cend()... 2015-03-19 20:25:57 +01:00
checkstl.h Added auto_ptr checking for malloc 2015-03-19 06:41:54 +01:00
checkstring.cpp
checkstring.h
checktype.cpp
checktype.h
checkuninitvar.cpp Make the check slightly less convoluted 2015-03-20 11:03:11 +03:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Merge overlapping patterns 2015-03-20 11:06:18 +03:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
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 Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
mathlib.cpp
mathlib.h
path.cpp Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Refactorized Scope::getVariableList(): Removed scope depth counter, simplified patterns 2015-03-15 12:37:50 +01:00
symboldatabase.h Ran AStyle, fixed VS2015 warning in symboldatabase.h 2015-03-11 20:26:53 +01:00
templatesimplifier.cpp Fixed #6604 - don't create template instanciations with "const const const const..." patterns. 2015-03-22 11:20:47 +01:00
templatesimplifier.h
timer.cpp
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 Ticket #6587: Never consider a template parameter's default value as an instantiation. 2015-03-21 16:30:00 +01:00
token.h
tokenize.cpp Revert "Remove bitwise-or abuse" 2015-03-24 08:07:15 +01:00
tokenize.h Some refactorizations in Tokenizer: 2015-03-15 10:04:44 +01:00
tokenlist.cpp AST: fix handling of sizeof. ticket #6515 2015-02-18 19:56:13 +01:00
tokenlist.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
valueflow.cpp Omit unneeded actions 2015-03-24 16:01:59 +03:00
valueflow.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
version.h
version.rc