cppcheck/lib
orbitcowboy 031020ae4a #Fixed 5485: Wrong simplification of numbers like 1e+007 to 1e+007.0 2014-05-22 17:40:15 +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 #5695 (FP: Mismatching assignment and comparison) 2014-05-06 19:35:47 +02:00
checkassignif.h
checkautovariables.cpp #5793 - False positive: Deallocation of an auto-variable (at reference notation) 2014-05-12 19:53:49 +02:00
checkautovariables.h
checkbool.cpp
checkbool.h Change encoding to UTF-8 for two header files that were not using UTF-8. 2014-04-26 00:41:33 +03:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fixed messages of CheckInternal, fixed a false positive. 2014-05-18 20:39:52 +02:00
checkbufferoverrun.h Improved checkBufferOverrun::classInfo (#4667) 2014-05-22 09:13:29 +02:00
checkclass.cpp #5782 Endless recursion in CheckClass::checkReturnPtrThis(). Break endless recursion by remembering the callstack 2014-05-11 12:26:24 +02:00
checkclass.h #5782 Endless recursion in CheckClass::checkReturnPtrThis(). Break endless recursion by remembering the callstack (missing header file) 2014-05-11 12:27:43 +02:00
checkexceptionsafety.cpp Fixed #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor) 2014-05-20 06:10:34 +02:00
checkexceptionsafety.h Fixed #5756 (declspec(nothrow) not supported) 2014-05-04 20:47:20 +02:00
checkinternal.cpp Fixed messages of CheckInternal, fixed a false positive. 2014-05-18 20:39:52 +02:00
checkinternal.h
checkio.cpp Fixed #5609 (Wrong warning: %zu requires 'size_t' - but type is 'std::size_t') 2014-05-04 07:55:23 +02:00
checkio.h Fixed 2 Cppcheck warnings. Function can be static|const 2014-05-10 11:49:14 +02:00
checkleakautovar.cpp Double free: Improved handling of noreturn functions. Partial revert of previous fix. 2014-05-04 13:11:21 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fixed false positive #5848 2014-05-21 13:45:36 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fix regression from first attempt fixing #5811 (9dce9bddcb) 2014-05-17 19:14:29 +02:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Added verbose message for "C-style pointer casting" (#4140) 2014-05-22 08:57:45 +02:00
checkother.h New Check: Compare pointer with '\0' (#4070) 2014-05-21 19:12:07 +02:00
checkpostfixoperator.cpp Refactorization: Use AST in CheckOther::checkRedundantCopy(), CheckOther::clarifyStatement() and CheckPostfixOperator::postfixOperator(). 2014-05-18 13:00:58 +02:00
checkpostfixoperator.h
checksizeof.cpp Fixed false positive "multiplySizeof" in TortoiseSVN 2014-05-19 20:57:13 +02:00
checksizeof.h Change encoding to UTF-8 for two header files that were not using UTF-8. 2014-04-26 00:41:33 +03:00
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 messages of CheckInternal, fixed a false positive. 2014-05-18 20:39:52 +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
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 Fixed problem in VS solution if spaces are in the solution path 2014-05-21 15:42:05 +02:00
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp Fixed assertion failure in VS debug mode 2014-04-30 21:06:01 +02:00
errorlogger.h Small enhancements for doxygen 2014-04-27 21:42:10 +02:00
executionpath.cpp
executionpath.h
lib.pri
library.cpp Fixed #5512 (library (memory): extending standard free deallocator with allocators in custom cppcheck configuration file) 2014-04-19 13:15:06 +02:00
library.h Library: Refactoring alloc/dealloc functions. Normally the token should be passed so extra validation can be made 2014-04-20 14:59:16 +02:00
mathlib.cpp #5843 MathLib::toLongNumber()/MathLib::toULongNumber() now use min/max values for bigint/biguint type in case the number to converted cannot be converted properly 2014-05-21 21:36:17 +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
path.h Small enhancements for doxygen 2014-04-27 21:42:10 +02:00
pcrerules.pri
preprocessor.cpp Fixed #5661 (--suppress=missingInclude has no effect) 2014-05-03 19:31:15 +02:00
preprocessor.h Fixed #5661 (--suppress=missingInclude has no effect) 2014-05-03 19:31:15 +02:00
settings.cpp Internal checking is now enabled by the macro CHECK_INTERNAL 2014-05-18 19:50:06 +02:00
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor) 2014-05-20 06:10:34 +02:00
symboldatabase.h Fixed #5767 (move bool Variable flag into flag variable) 2014-05-07 15:59:21 +02:00
templatesimplifier.cpp Refactoring/small corrections to fix warnings from clang -fsanitize=undefined 'member call on null pointer' 2014-05-20 21:55:08 +02:00
templatesimplifier.h Refactoring/small corrections to fix warnings from clang -fsanitize=undefined 'member call on null pointer' 2014-05-20 21:55:08 +02:00
timer.cpp
timer.h
token.cpp Refactoring/small corrections to fix warnings from clang -fsanitize=undefined 'member call on null pointer' 2014-05-20 21:55:08 +02:00
token.h Refactoring/small corrections to fix warnings from clang -fsanitize=undefined 'member call on null pointer' 2014-05-20 21:55:08 +02:00
tokenize.cpp #Fixed 5485: Wrong simplification of numbers like 1e+007 to 1e+007.0 2014-05-22 17:40:15 +02:00
tokenize.h Refactoring/small corrections to fix warnings from clang -fsanitize=undefined 'member call on null pointer' 2014-05-20 21:55:08 +02:00
tokenlist.cpp Refactoring/small corrections to fix warnings from clang -fsanitize=undefined 'member call on null pointer' 2014-05-20 21:55:08 +02:00
tokenlist.h
valueflow.cpp travis: compile one pair of jobs with -DCHECK_INTERNAL and run --enable=internal,... 2014-05-19 21:44:00 +02:00
valueflow.h Fixed some complaints of PVS Studio 2014-05-19 14:37:54 +02:00
version.h Increased version number to 1.65.99/1.66 dev. 2014-05-10 12:57:33 +02:00
version.rc