cppcheck/lib
Alexander Mai aecb072fc6 Merge branch 'master' of https://github.com/danmar/cppcheck 2014-04-18 20:42:46 +02:00
..
check.h
check64bit.cpp Remove redundant code 2014-03-14 15:56:40 +01:00
check64bit.h
checkassert.cpp
checkassert.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h Update copyright 2014-02-15 07:45:39 +01:00
checkbool.cpp Fixed #5627 (False positive assignBoolToPointer) 2014-03-31 15:55:54 +02:00
checkbool.h Update copyright 2014-02-15 07:45:39 +01:00
checkboost.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkboost.h Update copyright 2014-02-15 07:45:39 +01:00
checkbufferoverrun.cpp Refactorization: Replaced several Token::findmatch calls by symboldatabase usage 2014-04-12 23:41:46 +02:00
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkinternal.h
checkio.cpp Fixed #5486 (false positive: (warning) %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'ssize_t {aka long}'.) 2014-04-10 17:25:11 +02:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
checknonreentrantfunctions.h Update copyright 2014-02-15 07:45:39 +01:00
checknullpointer.cpp
checknullpointer.h Update copyright 2014-02-15 07:45:39 +01:00
checkobsoletefunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkobsoletefunctions.h
checkother.cpp
checkother.h Refactorization: Removed whitespaces at the end of a token 2014-04-12 23:41:46 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h
checkuninitvar.cpp
checkuninitvar.h Update copyright 2014-02-15 07:45:39 +01:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj Implemented #5262: VS solution copies cfg files to output folder. 2014-03-17 12:58:46 +01:00
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
executionpath.cpp
executionpath.h
lib.pri
library.cpp
library.h
mathlib.cpp
mathlib.h
path.cpp
path.h Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h Fixed #5397 (False positive: Same expression on both sides of '&') 2014-04-12 16:06:31 +02:00
templatesimplifier.cpp
templatesimplifier.h
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Tokenizer: Fixed bad simplifyComma for code 'return a ? b = c , d : e ;' 2014-04-18 13:38:48 +02:00
tokenize.h
tokenlist.cpp AST: Fixed iscast detection in '*((DWORD*)&buf[0])' 2014-04-15 15:46:26 +02:00
tokenlist.h
valueflow.cpp Fixed #5656 (false positive: (error) Possible null pointer dereference: f) 2014-04-18 16:10:18 +02:00
valueflow.h
version.h
version.rc