cppcheck/lib
Matthias Krüger 988acf11b4 don't print warning message if --enable=warning is not given.
message was of type:
(warning) Passing value 0 to foo() leads to implementation-defined result.
2015-04-06 13:37:27 +02:00
..
CMakeLists.txt
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 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
checkassert.cpp Formatting cleanup, better variable name 2015-04-01 18:23:51 +03:00
checkassert.h
checkautovariables.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
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 Constructor parameter type need not be a number 2015-03-25 14:56:45 +03:00
checkbufferoverrun.h
checkclass.cpp don't print warning message if --enable=warning is not given. 2015-04-06 13:34:44 +02: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
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp Removed obsolete internal check. The underlying but in Token::Match should be fixed since b4f0869a71 2015-01-31 12:56:54 +01:00
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 don't print style message if --enable=style is not given (#6627) 2015-04-06 12:02:21 +02:00
checkmemoryleak.h Better variable name 2015-04-01 16:39:45 +03:00
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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkother.cpp don't print warning message if --enable=warning is not given. 2015-04-06 13:37:27 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.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
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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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
path.h
pcrerules.pri
preprocessor.cpp Preprocessor: Reduce overhead from searching for fallthrough comments when not needed 2015-03-29 09:28:17 +02:00
preprocessor.h
settings.cpp
settings.h
standards.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed #6614 (false positive: (style) The class 'A' does not have a constructor.) 2015-04-04 11:33:25 +02:00
symboldatabase.h Ran AStyle, fixed VS2015 warning in symboldatabase.h 2015-03-11 20:26:53 +01:00
templatesimplifier.cpp Show template instantiation and not definition location in template instantiation debug message. 2015-04-05 14:54:24 +02:00
templatesimplifier.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 astyle formatting 2015-03-29 21:05:18 +02:00
token.h
tokenize.cpp Moved simplification of operator names before template and parentheses simplifications (#6576) 2015-04-01 13:47:36 +02:00
tokenize.h Some refactorizations in Tokenizer: 2015-03-15 10:04:44 +01:00
tokenlist.cpp Fixed three unique crashs on garbage code (#6613). 2015-04-01 12:43:24 +02: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