.. |
check.h
|
Refactorization: Use templates and rValue references
|
2014-04-03 15:03:37 +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 #5643 (crash on address-of-operator& in condition) as suggested by serval2412
|
2014-04-10 19:49:21 +02:00 |
checkassignif.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkautovariables.cpp
|
Fix segfault in variableIsUsedInScope() - loop variable not check against NULL
|
2014-03-22 11:14:11 +01:00 |
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
|
#5631 Typo and misleading error message in negativeMemoryAllocationSize
|
2014-04-08 20:23:00 +02:00 |
checkbufferoverrun.h
|
ValueFlow: Added utility functions getValueLE and getValueGE to simplify usage
|
2014-04-02 06:49:28 +02:00 |
checkclass.cpp
|
Don't suggestInitializationList for arrays used as initializer (#5640)
|
2014-04-10 22:28:02 +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
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkinternal.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
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
|
New check: Warning, if positioning operation (fseek) is performed on a file opened in "a" mode
|
2014-03-17 11:02:03 +01:00 |
checkleakautovar.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkleakautovar.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkmemoryleak.cpp
|
Fixed #5502 (FP: Dereferencing 'b' after it is deallocated / released)
|
2014-04-06 18:45:24 +02:00 |
checkmemoryleak.h
|
Update copyright
|
2014-02-15 07:45:39 +01: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
|
Null pointer: Fixed false positive discovered by Travis when self-checking cppcheck
|
2014-04-02 19:39:42 +02:00 |
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
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkother.cpp
|
Refactorization: use MathLib::isNullValue in CheckOther::checkMemsetInvalid2ndParam(); Fixed it to support also float literals like "0.f"
|
2014-04-11 14:17:36 +02:00 |
checkother.h
|
Refactoring checks of overlapping conditions in if and else-if
|
2014-04-03 19:35:50 +02:00 |
checkpostfixoperator.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkpostfixoperator.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checksizeof.cpp
|
Use simple match where possible
|
2014-03-14 16:27:47 +01:00 |
checksizeof.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkstl.cpp
|
Fixed #5467 (False positive incorrectly claiming use after erase)
|
2014-04-09 10:32:56 +02:00 |
checkstl.h
|
Fixed #3796 (new check: redundant initialization with empty string)
|
2014-03-03 18:27:45 +01:00 |
checkuninitvar.cpp
|
Fixed #5658 (false positive: (error) Uninitialized variable: s)
|
2014-04-10 15:59:37 +02:00 |
checkuninitvar.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkunusedfunctions.cpp
|
Fixed five new true positives in cppcheck, silenced one new false positive (see #5618)
|
2014-03-27 15:50:30 +01:00 |
checkunusedfunctions.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkunusedvar.cpp
|
Use simple match where possible
|
2014-03-14 16:27:47 +01:00 |
checkunusedvar.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
config.h
|
Make use of Visual C++ runtime memory leak tracing
|
2014-03-26 19:43:12 +04:00 |
cppcheck.cpp
|
Refactorized inefficient usage of std::string and const char[].
|
2014-04-02 13:56:34 +02:00 |
cppcheck.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
cppcheck.vcxproj
|
Implemented #5262: VS solution copies cfg files to output folder.
|
2014-03-17 12:58:46 +01: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
|
Refactorized inefficient usage of std::string and const char[].
|
2014-04-02 13:56:34 +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
|
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
|
Library: I had misunderstood const/pure a little so I corrected cfg and code
|
2014-03-14 20:08:34 +01:00 |
library.h
|
Refactorized inefficient usage of std::string and const char[].
|
2014-04-02 13:56:34 +02:00 |
mathlib.cpp
|
MathLib:IsNullValue(): removed commented out code.
|
2014-04-11 01:28:16 +02:00 |
mathlib.h
|
Fix #4724 (Error in calculation shift operation: wrong sign: 1UL << 63)
|
2014-04-10 19:22:14 +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
|
pro and pri files: remove unneeded empty lines, use spaces for consistency
|
2012-10-12 17:46:57 +02:00 |
preprocessor.cpp
|
Refactorized inefficient usage of std::string and const char[].
|
2014-04-02 13:56:34 +02:00 |
preprocessor.h
|
Change some more 0 literals into nullptr.
|
2014-02-16 13:38:50 +02:00 |
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
|
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 #5659 (False negative: mismatching allocation / deallocation whith using namespace)
|
2014-04-11 05:40:37 +02:00 |
symboldatabase.h
|
Fixed #5638 (is there any plan to check noexcept correctness?)
|
2014-04-10 16:17:10 +02:00 |
templatesimplifier.cpp
|
Fix #4724 (Error in calculation shift operation: wrong sign: 1UL << 63)
|
2014-04-10 19:22:14 +02:00 |
templatesimplifier.h
|
Update copyright
|
2014-02-15 07:45:39 +01: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
|
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
|
Fixed #5638 (is there any plan to check noexcept correctness?)
|
2014-04-10 16:17:10 +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
|
Code cleanup
|
2014-04-05 08:27:52 +02:00 |
tokenlist.h
|
Optimization: tokenlist::addtoken
|
2014-03-09 17:54:49 +01:00 |
valueflow.cpp
|
ValueFlow: changed back bailout message
|
2014-04-02 19:22:40 +02:00 |
valueflow.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
version.h
|
Incremented version to 1.65dev/1.64.99
|
2014-03-03 15:07:54 +01:00 |
version.rc
|
Refactorized resource files:
|
2012-10-14 10:21:22 +02:00 |