cppcheck/lib
Daniel Marjamäki 6146c8f5bb Tokenizer: Fixed bad simplifyComma for code 'return a ? b = c , d : e ;' 2014-04-18 13:38:48 +02:00
..
check.h Simplified check registration: 2014-04-13 13:35:15 +02:00
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkassignif.cpp Fixed #5643 (crash on address-of-operator& in condition) as suggested by serval2412 2014-04-10 19:49:21 +02:00
checkassignif.h
checkautovariables.cpp Fix segfault in variableIsUsedInScope() - loop variable not check against NULL 2014-03-22 11:14:11 +01:00
checkautovariables.h
checkbool.cpp Fixed #5627 (False positive assignBoolToPointer) 2014-03-31 15:55:54 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Refactorization: Replaced several Token::findmatch calls by symboldatabase usage 2014-04-12 23:41:46 +02:00
checkbufferoverrun.h ValueFlow: Added utility functions getValueLE and getValueGE to simplify usage 2014-04-02 06:49:28 +02:00
checkclass.cpp Fixed some coverity findings about dead code, fixed a misleading comment 2014-04-14 22:46:51 +02:00
checkclass.h Fixed #5611 (segfault when checking pcsc-cyberjack. either symboldatabase or checkMemset) 2014-03-30 17:38:07 +02:00
checkexceptionsafety.cpp Avoid FP exceptThrowInNoThrowFunction and exceptThrowInNoexecptFunction 2014-04-10 21:55:49 +02:00
checkexceptionsafety.h Fixed #5638 (is there any plan to check noexcept correctness?) 2014-04-10 16:17:10 +02:00
checkinternal.cpp
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 Fixed #5502 (FP: Dereferencing 'b' after it is deallocated / released) 2014-04-06 18:45:24 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Null pointer: Fixed false positive discovered by Travis when self-checking cppcheck 2014-04-02 19:39:42 +02:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp #5684 The scope of the variable 'p' can be reduced - But it can not. 2014-04-17 21:32:56 +02:00
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 Fixed some coverity findings about dead code, fixed a misleading comment 2014-04-14 22:46:51 +02:00
checkstl.h
checkuninitvar.cpp Fixed #5658 (false positive: (error) Uninitialized variable: s) 2014-04-10 15:59:37 +02:00
checkuninitvar.h
checkunusedfunctions.cpp Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread. 2014-04-13 11:56:38 +02:00
checkunusedfunctions.h Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread. 2014-04-13 11:56:38 +02:00
checkunusedvar.cpp
checkunusedvar.h
config.h Make use of Visual C++ runtime memory leak tracing 2014-03-26 19:43:12 +04:00
cppcheck.cpp Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread. 2014-04-13 11:56:38 +02:00
cppcheck.h Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread. 2014-04-13 11:56:38 +02:00
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp #5300 - Invalid encoding in XML output (use escape sequence string for non-printable characters) 2014-04-13 09:50:57 +02:00
errorlogger.h Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
executionpath.cpp Fixed #5660 (false positive: (error) Uninitialized variable: result) 2014-04-10 06:40:53 +02:00
executionpath.h
lib.pri
library.cpp
library.h Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
mathlib.cpp astyle formatting 2014-04-15 06:32:25 +02:00
mathlib.h Convert MathLib::toLongNumber() from template member function to toLongNumber() and toULongNumber() to avoid various problems compiling with Visual Studio 2014-04-14 20:30:38 +02:00
path.cpp Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
path.h Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
pcrerules.pri
preprocessor.cpp Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
preprocessor.h
settings.cpp Refactorization: Use templates and rValue references 2014-04-03 15:03:37 +02:00
settings.h Refactorization: Use templates and rValue references 2014-04-03 15:03:37 +02:00
standards.h
suppressions.cpp Refactorized inefficient usage of std::string and const char[]. 2014-04-02 13:56:34 +02:00
suppressions.h
symboldatabase.cpp Fixed #5602 (false positive on std::vector - after unknown macro around the function header) 2014-04-13 13:05:30 +02:00
symboldatabase.h Fixed #5397 (False positive: Same expression on both sides of '&') 2014-04-12 16:06:31 +02:00
templatesimplifier.cpp astyle formatting 2014-04-15 06:32:25 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Refactorization: Use templates and rValue references 2014-04-03 15:03:37 +02:00
token.h Refactorization: Use templates and rValue references 2014-04-03 15:03:37 +02:00
tokenize.cpp Tokenizer: Fixed bad simplifyComma for code 'return a ? b = c , d : e ;' 2014-04-18 13:38:48 +02:00
tokenize.h Refactorized handling of syntaxError: Print debug output, removed a few return values that are no longer required 2014-03-27 18:41:52 +01:00
tokenlist.cpp AST: Fixed iscast detection in '*((DWORD*)&buf[0])' 2014-04-15 15:46:26 +02:00
tokenlist.h
valueflow.cpp Fixed some coverity findings about dead code, fixed a misleading comment 2014-04-14 22:46:51 +02:00
valueflow.h Refactorizations: 2014-04-12 12:04:55 +02:00
version.h
version.rc