cppcheck/lib
Daniel Marjamäki 228f5960fc CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
..
check.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check64bit.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check64bit.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkassert.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkassert.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbool.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbool.h Refactorization: Reduced chaos in CheckOther::classInfo() 2015-01-03 18:00:16 +01:00
checkboost.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkboost.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbufferoverrun.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbufferoverrun.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkclass.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkclass.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkcondition.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkcondition.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkexceptionsafety.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkexceptionsafety.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkinternal.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkinternal.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkio.cpp CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkio.h CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkleakautovar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkleakautovar.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkmemoryleak.cpp CheckMemoryLeak: Fix FP for allocation functions that register memory before returning it 2015-01-05 13:23:38 +01:00
checkmemoryleak.h New check: Use make_shared/make_unique (#5673) 2015-01-04 11:07:53 +01:00
checknonreentrantfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checknonreentrantfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checknullpointer.cpp CheckNullPointer: Fix FP when x is NULL and address is calculated with expression '&x->y.z[0]' 2015-01-05 14:54:24 +01:00
checknullpointer.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkobsolescentfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkobsolescentfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkother.cpp CheckOther:checkNegativeBitwiseShift: Fix FP when shift is protected by ?: 2015-01-05 10:01:04 +01:00
checkother.h Improved check (#6391): Detect identical code in both branches of ternary operator 2015-01-03 18:01:49 +01: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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checksizeof.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkstl.cpp Fixed GCC warnings in checkstl.cpp 2015-01-04 14:32:20 +01:00
checkstl.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkstring.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkstring.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checktype.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checktype.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkuninitvar.cpp Uninitialized variables: bailout when ({..}) are used to avoid fp. it can be handled better. 2015-01-06 07:44:04 +01:00
checkuninitvar.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedvar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedvar.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkvaarg.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01: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 CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
cppcheck.h Updated copyright year to 2015 2015-01-03 12:14:58 +01: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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
errorlogger.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
errorlogger.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
executionpath.cpp Uninitialized variables: bailout when ({..}) are used to avoid fp. it can be handled better. 2015-01-06 07:44:04 +01:00
executionpath.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
lib.pri Revert "run dmake" 2014-09-23 21:04:31 +02:00
library.cpp Refactorized CheckStl::if_find(): 2015-01-04 12:43:50 +01:00
library.h Refactorized CheckStl::if_find(): 2015-01-04 12:43:50 +01:00
mathlib.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
mathlib.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
path.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
path.h Updated copyright year to 2015 2015-01-03 12:14:58 +01: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 #6396 (There are false negatives when --include is used) 2015-01-03 18:22:52 +01:00
preprocessor.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
settings.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
settings.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
standards.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
suppressions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
suppressions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
symboldatabase.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
symboldatabase.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
templatesimplifier.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
templatesimplifier.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
timer.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
timer.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
token.cpp Library: Add <container> tag to Libraries, provide configuration for std::vector, std::deque, std::array and STL strings 2015-01-03 22:18:33 +01:00
token.h Library: Add <container> tag to Libraries, provide configuration for std::vector, std::deque, std::array and STL strings 2015-01-03 22:18:33 +01:00
tokenize.cpp Removed Tokenizer::simplifyStructInit simplification. 2015-01-04 16:48:52 +01:00
tokenize.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
tokenlist.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
tokenlist.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
valueflow.cpp ValueFlow: improved handling of conditional noreturn scope in valueFlowForward 2015-01-06 14:12:35 +01:00
valueflow.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
version.h Set version to 1.68.99/1.69 dev 2015-01-03 17:44:47 +01:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00