.. |
check.h
|
…
|
|
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
|
…
|
|
checkassert.h
|
…
|
|
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
|
#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
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkbufferoverrun.cpp
|
Fixed messages of CheckInternal, fixed a false positive.
|
2014-05-18 20:39:52 +02:00 |
checkbufferoverrun.h
|
…
|
|
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
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Fixed messages of CheckInternal, fixed a false positive.
|
2014-05-18 20:39:52 +02:00 |
checkinternal.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkmemoryleak.cpp
|
…
|
|
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
|
Fixed messages of CheckInternal, fixed a false positive.
|
2014-05-18 20:39:52 +02:00 |
checkother.h
|
…
|
|
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
|
…
|
|
checkstl.cpp
|
…
|
|
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
|
…
|
|
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
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
value flow: Updated Visual Studio files
|
2014-01-05 09:52:37 +01:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
…
|
|
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.h
|
…
|
|
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
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
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 messages of CheckInternal, fixed a false positive.
|
2014-05-18 20:39:52 +02:00 |
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
Fixed #5827 (Invalid token match patterns)
|
2014-05-19 06:31:38 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
timer.h
|
…
|
|
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
Silenced travis errors (avoid false positive)
|
2014-05-19 20:56:05 +02:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
Bugfixes for AST and AST testing:
|
2014-05-19 11:17:37 +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
|
…
|
|