.. |
CMakeLists.txt
|
Add CMake files
|
2015-02-13 19:00:14 +01:00 |
check.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
check.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
check64bit.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
check64bit.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkassert.cpp
|
Fixed #6422 (symbol database: put function flags into a single flag variable)
|
2015-01-08 05:45:31 +01:00 |
checkassert.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkautovariables.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkautovariables.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkbool.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkbool.h
|
Refactorization: Reduced chaos in CheckOther::classInfo()
|
2015-01-03 18:00:16 +01:00 |
checkboost.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkboost.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkbufferoverrun.cpp
|
Merge pull request #530 from Dmitry-Me/doChecksEarlier
|
2015-02-25 19:22:00 +01:00 |
checkbufferoverrun.h
|
Fix compiler warning. Add interfaces of POSIX passwd.h and pwd.h to posix.cfg
|
2015-02-18 20:56:44 +01:00 |
checkclass.cpp
|
Extend verbose message for memsetClassFloat
|
2015-02-22 15:41:02 +01:00 |
checkclass.h
|
CheckClass: Better checking of what operator= returns
|
2015-01-24 11:18:33 +01:00 |
checkcondition.cpp
|
Cache and reuse value
|
2015-02-26 14:34:18 +03:00 |
checkcondition.h
|
New check: Warn about constant expression if ( unknown | non_null_constant) (#6519)
|
2015-02-22 13:09:39 +01:00 |
checkexceptionsafety.cpp
|
Refactorization:
|
2015-01-09 20:18:09 +01:00 |
checkexceptionsafety.h
|
Refactorization:
|
2015-01-09 20:18:09 +01:00 |
checkinternal.cpp
|
Removed obsolete internal check. The underlying but in Token::Match should be fixed since b4f0869a71
|
2015-01-31 12:56:54 +01:00 |
checkinternal.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkio.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkio.h
|
CheckIO: only report warnings when --enable=warning has been used
|
2015-01-06 15:08:25 +01:00 |
checkleakautovar.cpp
|
fixed --check-library information message
|
2015-02-03 17:50:32 +01:00 |
checkleakautovar.h
|
Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar.
|
2015-01-28 17:38:43 +01:00 |
checkmemoryleak.cpp
|
Get rid of Hungarian notation
|
2015-02-27 12:02:12 +03:00 |
checkmemoryleak.h
|
CheckMemoryLeakInFunction: Don't treat delete as delete operator for C code
|
2015-01-30 20:55:53 +01:00 |
checknonreentrantfunctions.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checknonreentrantfunctions.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checknullpointer.cpp
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
|
2015-02-01 15:15:00 +01:00 |
checknullpointer.h
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
|
2015-02-01 15:15:00 +01:00 |
checkobsolescentfunctions.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkobsolescentfunctions.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkother.cpp
|
Remove redundant break
|
2015-03-06 18:55:47 +01:00 |
checkother.h
|
#6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg
|
2015-02-16 22:19:51 +01:00 |
checkpostfixoperator.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkpostfixoperator.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checksizeof.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checksizeof.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkstl.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkstl.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkstring.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkstring.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checktype.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checktype.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkuninitvar.cpp
|
Coverity CID 1270450: Removed redundant conditions
|
2015-02-17 19:32:59 +01:00 |
checkuninitvar.h
|
Fixed false positives #6450 and #6451
|
2015-01-23 19:38:39 +01:00 |
checkunusedfunctions.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkunusedfunctions.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkunusedvar.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkunusedvar.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkvaarg.cpp
|
Fixed false positive #6453: Skip over inner class if checking outer function
|
2015-01-27 21:21:17 +01:00 |
checkvaarg.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
config.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
cppcheck.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
cppcheck.h
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
cppcheck.vcxproj
|
Set /LARGEADDRESSAWARE flag for Win32 builds
|
2015-01-27 15:43:40 +01:00 |
cppcheck.vcxproj.filters
|
Change "obsolete" in all filenames into "obsolescent", and also update all references to such files.
|
2014-09-23 16:18:04 +02:00 |
cxx11emu.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
errorlogger.cpp
|
Multi process check: Sanitize error messages for illegal characters
|
2015-01-17 16:12:00 +01:00 |
errorlogger.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
executionpath.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
executionpath.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
lib.pri
|
Revert "run dmake"
|
2014-09-23 21:04:31 +02:00 |
library.cpp
|
Fixed #6571 (Library::isNotLibraryFunction: Return true for methods)
|
2015-03-08 16:13:32 +01:00 |
library.h
|
Fixed #6533 (library: alloc/dealloc doesn't work when function declaration is seen)
|
2015-03-07 09:43:56 +01:00 |
mathlib.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
mathlib.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
path.cpp
|
Better handle double slashes, more tests
|
2015-02-16 13:11:13 +03:00 |
path.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +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
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
preprocessor.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
settings.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
settings.h
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
standards.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
suppressions.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
suppressions.h
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
symboldatabase.cpp
|
Fixed #6546 (False positive uselessAssignmentPtrArg - triggered by throw?)
|
2015-02-28 16:07:43 +01:00 |
symboldatabase.h
|
SymbolDatabase: Support std::array (fixes #6401)
|
2015-01-30 21:56:27 +01:00 |
templatesimplifier.cpp
|
Ticket #6567: Handle member functions in TemplateSimplifier::getTemplateNamePosition.
|
2015-03-07 21:52:12 +01:00 |
templatesimplifier.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
timer.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
timer.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
token.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
token.h
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
tokenize.cpp
|
Ticket #6181: Normalize '>>' into '> >' when it's closing a C++11 template parameter list.
|
2015-03-07 11:06:04 +01:00 |
tokenize.h
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
tokenlist.cpp
|
AST: fix handling of sizeof. ticket #6515
|
2015-02-18 19:56:13 +01:00 |
tokenlist.h
|
tokenlist::createAst(); should not be const.
|
2015-01-20 11:22:22 +01:00 |
valueflow.cpp
|
ValueFlow: Improved when using '[' on arrays and strings
|
2015-02-24 15:57:39 +01:00 |
valueflow.h
|
Fixed C&P-mistake in comment
|
2015-02-21 12:39:02 +01:00 |
version.h
|
Set version to 1.68.99/1.69 dev
|
2015-01-03 17:44:47 +01:00 |
version.rc
|
Refactorized resource files:
|
2012-10-14 10:21:22 +02:00 |