.. |
check.cpp
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
check.h
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
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
|
…
|
|
checkautovariables.cpp
|
Fixed #5860: Don't show returnTempReference for calculations on unknown types
|
2014-05-24 12:50:04 +02:00 |
checkautovariables.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checkbool.cpp
|
CheckBool::checkAssignBoolToFloat() - don't crash on unknown variables
|
2014-05-24 19:15:43 +02:00 |
checkbool.h
|
#4375 New check: add style warning about 'double d=false;' Add a new check to CheckBool. Also implement Variable::isFloatingType()
|
2014-05-24 18:35:49 +02:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed #5863 (False positive: array index is used before limits check)
|
2014-05-24 17:50:01 +02:00 |
checkbufferoverrun.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checkclass.cpp
|
…
|
|
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
|
…
|
|
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
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
checkleakautovar.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
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
|
…
|
|
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
|
…
|
|
checksizeof.cpp
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
checksizeof.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checkstl.cpp
|
…
|
|
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
|
…
|
|
checkunusedfunctions.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
Cleaned up includes and forward declarations in checkers:
|
2014-05-24 12:50:03 +02:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
cppcheck.h
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
cppcheck.vcxproj
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
cppcheck.vcxproj.filters
|
Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere
|
2014-05-24 12:50:04 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
Fixed CID 1037101 Dereference after null check in ExecutionPath::checkScope.
|
2014-05-23 18:27:34 +02:00 |
executionpath.h
|
…
|
|
lib.pri
|
Updated Makefile
|
2014-05-24 12:54:16 +02:00 |
library.cpp
|
…
|
|
library.h
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
mathlib.cpp
|
MathLib: removed duplicated #include
|
2014-05-22 17:53:13 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
Small enhancements for doxygen
|
2014-04-27 21:42:10 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
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
|
…
|
|
symboldatabase.cpp
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
symboldatabase.h
|
#4375 New check: add style warning about 'double d=false;' Add a new check to CheckBool. Also implement Variable::isFloatingType()
|
2014-05-24 18:35:49 +02:00 |
templatesimplifier.cpp
|
Fixed #5860: Don't show returnTempReference for calculations on unknown types
|
2014-05-24 12:50:04 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
token.h
|
…
|
|
tokenize.cpp
|
Stabilized AST:
|
2014-05-24 19:05:04 +02:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
Stabilized AST:
|
2014-05-24 19:05:04 +02:00 |
tokenlist.h
|
…
|
|
valueflow.cpp
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
valueflow.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
…
|
|