..
check.h
Simplified check registration:
2014-04-13 13:35:15 +02:00
check64bit.cpp
Remove redundant code
2014-03-14 15:56:40 +01:00
check64bit.h
Update copyright
2014-02-15 07:45:39 +01:00
checkassert.cpp
use nullptr
2014-02-16 10:32:10 +01:00
checkassert.h
Update copyright
2014-02-15 07:45:39 +01:00
checkassignif.cpp
Fixed #5695 (FP: Mismatching assignment and comparison)
2014-05-06 19:35:47 +02:00
checkassignif.h
Update copyright
2014-02-15 07:45:39 +01:00
checkautovariables.cpp
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkautovariables.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkbool.cpp
Fixed #5627 (False positive assignBoolToPointer)
2014-03-31 15:55:54 +02:00
checkbool.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02: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
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkbufferoverrun.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +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
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkexceptionsafety.cpp
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkexceptionsafety.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkinternal.cpp
Fixed messages of CheckInternal, fixed a false positive.
2014-05-18 20:39:52 +02:00
checkinternal.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkio.cpp
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkio.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkleakautovar.cpp
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkleakautovar.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkmemoryleak.cpp
Fixed false positive #5848
2014-05-21 13:45:36 +02:00
checkmemoryleak.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
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
Refactorization in CheckNullPointer:
2014-05-22 19:48:00 +02:00
checknullpointer.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkobsoletefunctions.cpp
Update copyright
2014-02-15 07:45:39 +01:00
checkobsoletefunctions.h
Update copyright
2014-02-15 07:45:39 +01:00
checkother.cpp
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkother.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +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
Update copyright
2014-02-15 07:45:39 +01:00
checksizeof.cpp
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checksizeof.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkstl.cpp
Fixed some coverity findings about dead code, fixed a misleading comment
2014-04-14 22:46:51 +02:00
checkstl.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkuninitvar.cpp
Fixed typo in comment, no functional changes [ci-skip]
2014-05-23 22:31:01 +02:00
checkuninitvar.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
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
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
checkunusedvar.cpp
Use simple match where possible
2014-03-14 16:27:47 +01:00
checkunusedvar.h
Cleaned up includes and forward declarations in checkers:
2014-05-24 12:50:03 +02:00
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
Fixed problem in VS solution if spaces are in the solution path
2014-05-21 15:42:05 +02:00
cppcheck.vcxproj.filters
value flow: Updated Visual Studio files
2014-01-05 09:52:37 +01:00
cxx11emu.h
Revert "cxx11.h: removed the 'evil workaround'"
2014-02-21 20:06:55 +01:00
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
Fixed CID 1037101 Dereference after null check in ExecutionPath::checkScope.
2014-05-23 18:27:34 +02:00
executionpath.h
Update copyright
2014-02-15 07:45:39 +01:00
lib.pri
Add new experimental value flow analysis
2014-01-04 20:57:02 +01:00
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
MathLib: removed duplicated #include
2014-05-22 17:53:13 +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
Small enhancements for doxygen
2014-04-27 21:42:10 +02: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 #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
Refactorization: Use templates and rValue references
2014-04-03 15:03:37 +02:00
standards.h
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
2014-03-03 11:03:17 +01:00
suppressions.cpp
Refactorized inefficient usage of std::string and const char[].
2014-04-02 13:56:34 +02:00
suppressions.h
Update copyright
2014-02-15 07:45:39 +01:00
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
Ticket #5823 : Properly count template parameters in TemplateSimplifier::useDefaultArgumentValues and handle casts in template parameters' default values.
2014-05-23 23:38:40 +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
Update copyright
2014-02-15 07:45:39 +01:00
timer.h
Update copyright
2014-02-15 07:45:39 +01:00
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 CID 1037088 Dereference after null check in Tokenizer::simplifyLabelsCaseDefault.
2014-05-23 21:38:56 +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
Improved cast detection in AST:
2014-05-24 11:29:32 +02:00
tokenlist.h
Optimization: tokenlist::addtoken
2014-03-09 17:54:49 +01:00
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
Refactorized resource files:
2012-10-14 10:21:22 +02:00