.. |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassert.h
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassignif.cpp
|
…
|
|
checkassignif.h
|
Multicondition: Fixed FP when using dynamic_cast
|
2014-07-30 11:23:09 +02:00 |
checkautovariables.cpp
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkautovariables.h
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkbool.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
BufferOverrun: Use ValueFlow string values more
|
2014-08-04 08:25:10 +02:00 |
checkbufferoverrun.h
|
Fixed #5257 (Check memcpy size for string literals)
|
2014-07-06 08:41:39 +02:00 |
checkclass.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
checkclass.h
|
Improved check: portability message when calling memset on a class with floating point numbers (#5421)
|
2014-08-08 09:49:09 +02:00 |
checkexceptionsafety.cpp
|
Fixed #5826 (Change error message for 'throw in destructor' check)
|
2014-07-19 03:29:50 +02:00 |
checkexceptionsafety.h
|
Fixed #5826 (Change error message for 'throw in destructor' check)
|
2014-07-19 03:29:50 +02:00 |
checkinternal.cpp
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
checkinternal.h
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
checkio.cpp
|
Improved invalidScanf error message
|
2014-08-06 06:08:28 +02:00 |
checkio.h
|
Added missing message to --errorlist output, changed Id to avoid duplicate
|
2014-08-02 20:55:59 +02:00 |
checkleakautovar.cpp
|
Bring variables decalaration to where they are really needed.
|
2014-07-10 11:23:14 +04:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Clearer variable names, fix typo in comment.
|
2014-07-11 11:33:09 +04:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Avoid crash reported in #5943 (using the example from duplicate ticket #5971)
|
2014-07-06 14:48:24 +02:00 |
checknullpointer.h
|
Refactoring: Removed CheckNullPointer::nullPointerByCheckAndDeRef and implemented needed analysis in ValueFlow instead.
|
2014-06-22 10:02:14 +02:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Removed newline from divideBySizeofError message
|
2014-08-08 09:59:55 +02:00 |
checksizeof.h
|
New check: Division by sizeof() as parameter to memset/memcpy/memmove/etc. as they expect a size in bytes (#5698)
|
2014-08-08 09:49:09 +02:00 |
checkstl.cpp
|
Fixed false negative #4306: Detect loop access of empty STL container
|
2014-08-09 10:06:44 +02:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +02:00 |
checkuninitvar.h
|
Dead pointer: Added checking for dead pointer usage when pointer alias local variable that has gone out of scope.
|
2014-08-05 06:24:23 +02:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Some safe coding. Check that pointer is not null.
|
2014-08-14 16:10:12 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
Fixed crash if va_start is passed less arguments than expected
|
2014-08-06 20:53:13 +02:00 |
checkvaarg.h
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
config.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
cppcheck.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
cppcheck.vcxproj.filters
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
dmake: update
|
2014-08-06 14:25:49 +02:00 |
library.cpp
|
Further resolve CID 1222223
|
2014-08-12 11:14:28 +04:00 |
library.h
|
Library: Added <minsize> element used for buffer overrun checking
|
2014-07-05 20:31:43 +02:00 |
mathlib.cpp
|
Fix clang compiler warning in mathlib.cpp and repair test case for #5895
|
2014-06-07 13:16:02 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
Fixed #5925: The first include in path.cpp is not path.h and astyle run.
|
2014-06-16 15:11:44 +02:00 |
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Resolve CID 1132030
|
2014-08-12 13:04:32 +04:00 |
preprocessor.h
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
settings.cpp
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
settings.h
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +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
|
…
|
|
suppressions.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
symboldatabase.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
symboldatabase.h
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
templatesimplifier.cpp
|
TemplateSimplifier: Fixed crash caused by null pointer dereference. I don't have a testcase. But the code is suspicious, in the loop we check if tok3 is null and then in the loop head we call tok3->next().
|
2014-07-15 21:28:52 +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
|
Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase
|
2014-06-05 17:39:14 +02:00 |
timer.h
|
…
|
|
token.cpp
|
Dead pointer: Fixed FP for subfunction pointer argument
|
2014-08-14 06:47:19 +02:00 |
token.h
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
tokenize.cpp
|
Fixed a bug and two warnings introduced recently.
|
2014-08-06 13:35:39 +02:00 |
tokenize.h
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
tokenlist.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
tokenlist.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
valueflow.cpp
|
Fixed #6044 (hang: darkplaces / cl_particles.c)
|
2014-08-14 06:13:42 +02:00 |
valueflow.h
|
ValueFlow: start adding valueflow handling of strings and pointer aliases
|
2014-08-03 20:11:22 +02:00 |
version.h
|
Increased version to 1.66.99/1.67 dev
|
2014-08-02 18:07:01 +02:00 |
version.rc
|
…
|
|