.. |
check.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
check64bit.cpp
|
Check64Bit: Fixed false positive about returning integer for 'p+(n*80)'
|
2013-10-08 06:36:45 +02:00 |
check64bit.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkassert.cpp
|
Fixed #4937 (false positive: Assert calls a function which may have desired side effects)
|
2013-08-22 06:38:54 +02:00 |
checkassert.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkassignif.cpp
|
AST: Always use AST
|
2013-12-09 18:06:19 +01:00 |
checkassignif.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkautovariables.cpp
|
Fixed #5005 (false positive: (warning) Assignment of function parameter has no effect outside the function.)
|
2013-10-06 16:07:27 +02:00 |
checkautovariables.h
|
Fixed #5005 (false positive: (warning) Assignment of function parameter has no effect outside the function.)
|
2013-10-06 16:07:27 +02:00 |
checkbool.cpp
|
pointerArithBool: Updated error message
|
2013-12-25 19:56:00 +01:00 |
checkbool.h
|
Fixed #5126 (new check: missing pointer dereference or pointer overflow 'if (p+1)')
|
2013-12-23 18:39:05 +01:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkbufferoverrun.cpp
|
Ticket #5203: Don't crash when checking buffer overrun for invalid code.
|
2013-11-30 07:40:32 +01:00 |
checkbufferoverrun.h
|
Refactorizations:
|
2013-10-27 13:55:13 +01:00 |
checkclass.cpp
|
Fixed #5170 (False positive: warning (uninitMemberVar): Member variable 'ToDoubleArray::mfNaN' is not initialized in the constructor.)
|
2013-12-15 14:07:29 +01:00 |
checkclass.h
|
Fixed #5116 (false positive: memset on class (nested struct))
|
2013-11-18 16:56:00 +01:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkio.cpp
|
Fixed #5195 (Crash below CheckIO::checkWrongPrintfScanfArguments())
|
2013-11-23 08:40:35 +01:00 |
checkio.h
|
Fixed #5134 (Memory leak below CheckIO::checkWrongPrintfScanfArguments())
|
2013-11-01 05:42:37 +01:00 |
checkleakautovar.cpp
|
astyle formatting
|
2013-07-28 11:53:49 +02:00 |
checkleakautovar.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkmemoryleak.cpp
|
astyle formatting
|
2013-12-29 13:44:13 +01:00 |
checkmemoryleak.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checknullpointer.cpp
|
fixed FP when passing uninitialized buffer as 2nd argument to itoa
|
2013-12-13 07:51:33 +01:00 |
checknullpointer.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkother.cpp
|
clarify calculation: Fixed FP for 'a = (*p ? 1 : 2)'
|
2013-12-28 11:02:39 +01:00 |
checkother.h
|
Refactoring: Replaced CheckOther::checkCCTypeFunctions with configuration
|
2013-12-23 19:58:33 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checksizeof.cpp
|
clarify calculation: Fixed FP for 'a = (*p ? 1 : 2)'
|
2013-12-28 11:02:39 +01:00 |
checksizeof.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkstl.cpp
|
Fixed #4850 (False positive: invalidIterator1 detected when iterator container is member of some struct)
|
2013-10-26 17:48:20 +02:00 |
checkstl.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkuninitvar.cpp
|
Uninitialized variables: Fixed false positive taking value of pointer that is allocated but not initialized
|
2013-12-25 14:00:27 +01:00 |
checkuninitvar.h
|
Uninitialized variables: check function arguments
|
2013-12-09 15:58:42 +01:00 |
checkunusedfunctions.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
checkunusedfunctions.h
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
checkunusedvar.cpp
|
Fixed #4956 (false positive: Variable 'myIsFirst' is assigned a value that is never used.)
|
2013-10-26 15:22:28 +02:00 |
checkunusedvar.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
config.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
cppcheck.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
cppcheck.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
cppcheck.vcxproj
|
Updated to latest TinyXML
|
2013-08-03 20:29:50 +02:00 |
cppcheck.vcxproj.filters
|
Updated to latest TinyXML
|
2013-08-03 20:29:50 +02:00 |
errorlogger.cpp
|
Use TinyXML to write XML files
|
2013-08-07 16:30:55 +02:00 |
errorlogger.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
lib.pri
|
dmake: fixed lib.pri for gui (tinyxml)
|
2013-07-08 21:56:09 +02:00 |
library.cpp
|
Temporary fix for #5263 until tinyxml2 handle folders better. When https://github.com/leethomason/tinyxml2/issues/147 is fixed this should be reverted.
|
2013-12-28 21:57:13 +01:00 |
library.h
|
Fixed #5252 (Improve check: use Library to validate function arguments in invalidFunctionUsage)
|
2013-12-23 10:06:45 +01:00 |
mathlib.cpp
|
Fixed typos in comments, no functional changes.
|
2013-11-09 16:07:28 +01:00 |
mathlib.h
|
Fixed linker problems in mathlib
|
2013-10-01 20:40:55 +02:00 |
path.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
path.h
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01: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
|
Revert "Preprocessor:removeParentheses: fixed potential buffer access out of bounds, if find returns std::string::npos."
|
2013-12-15 13:41:07 +01:00 |
preprocessor.h
|
Fixed #5119 (Preprocessor: Using -D suppresses __cplusplus for C++ files)
|
2013-11-15 19:21:21 +01:00 |
settings.cpp
|
AST: Always use AST
|
2013-12-09 18:06:19 +01:00 |
settings.h
|
AST: Always use AST
|
2013-12-09 18:06:19 +01:00 |
standards.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
symboldatabase.cpp
|
SymbolDatabase: Use std::size_t for Function::getArgument() argument since Function::argCount() returns a std::size_t
|
2013-12-14 08:35:46 +01:00 |
symboldatabase.h
|
SymbolDatabase: Use std::size_t for Function::getArgument() argument since Function::argCount() returns a std::size_t
|
2013-12-14 08:35:46 +01:00 |
templatesimplifier.cpp
|
Fixed #4446 (Crash on complex C++ template)
|
2013-11-21 20:27:24 +01:00 |
templatesimplifier.h
|
Fixed #4446 (Crash on complex C++ template)
|
2013-11-21 20:27:24 +01:00 |
timer.cpp
|
…
|
|
timer.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
token.cpp
|
clarify calculation: Fixed FP for 'a = (*p ? 1 : 2)'
|
2013-12-28 11:02:39 +01:00 |
token.h
|
clarify calculation: Fixed FP for 'a = (*p ? 1 : 2)'
|
2013-12-28 11:02:39 +01:00 |
tokenize.cpp
|
Tokenizer: set links for <> in 'a=new b<c>;' code
|
2013-12-29 15:37:27 +01:00 |
tokenize.h
|
Tokenizer: Simplify float casts of integer constants
|
2013-11-19 18:07:12 +01:00 |
tokenlist.cpp
|
AST: Fixed problem with decrement
|
2013-12-27 14:40:59 +01:00 |
tokenlist.h
|
AST: Rewrite using standard approach
|
2013-11-04 11:26:16 +01:00 |
version.h
|
Set version to 1.63 dev
|
2013-10-13 09:53:56 +02:00 |
version.rc
|
…
|
|