summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/Checkers.td
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Move Checkers.inc to clang/include/...Chih-Hung Hsieh2016-04-281-651/+0
* [analyzer] Move ObjCSuperDeallocChecker out of the alpha package.Devin Coughlin2016-03-021-4/+4
* [analyzer] Move ObjCDeallocChecker out of the alpha package.Devin Coughlin2016-03-021-4/+4
* [analyzer] Detect duplicate [super dealloc] callsDevin Coughlin2016-02-221-0/+4
* [PATCH] Adding checker to detect excess padding in recordsBen Craig2015-12-141-0/+14
* [analyzer] Add VforkChecker to find unsafe code in vforked process.Yury Gribov2015-11-061-0/+4
* [analyzer] Add 'optin' checker package and move localizability checkers into it.Devin Coughlin2015-11-041-12/+43
* [analyzer] Move the ObjCGenericsChecker out of the alpha package.Devin Coughlin2015-11-031-4/+4
* [analyzer] Bug identificationGabor Horvath2015-10-221-0/+4
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-231-0/+4
* Revert "[analyzer] Improve localizability checks for iOS / OS X."Devin Coughlin2015-09-231-4/+0
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-221-0/+4
* [Static Analyzer] General type checker based on dynamic type information.Gabor Horvath2015-09-181-0/+4
* [Static Analyzer] Moving nullability checkers out of alpha.Gabor Horvath2015-09-141-2/+2
* [Static Analyzer] Moving nullability checkers to a top level package.Gabor Horvath2015-09-141-2/+2
* [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Pr...Gabor Horvath2015-09-131-1/+1
* [Static Analyzer] Objective-C Generics Checker improvements.Gabor Horvath2015-09-081-1/+1
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-10/+10
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-261-0/+25
* [Static Analyzer] Add checker to catch lightweight generics related type erro...Gabor Horvath2015-08-211-0/+4
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-141-0/+8
* Revert "[analyzer] Add checkers for OS X / iOS localizability issues"Anna Zaks2015-08-081-8/+0
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-081-0/+8
* [analyzer] Individual configuration options can be specified for checkers.Gabor Horvath2015-03-041-5/+1
* [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...Anton Yartsev2014-10-211-4/+4
* [analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose2014-07-101-0/+4
* [analyzer] Warn when passing pointers to const but uninitialized memory.Jordan Rose2014-03-131-0/+4
* [analyzer] Move checker alpha.osx.cocoa.MissingSuperCall out of alpha category.Ted Kremenek2014-02-191-4/+4
* [analyzer] Remove IdempotentOperations checker.Ted Kremenek2014-01-041-4/+0
* [analyzer] Add IdenticalExprChecker, to find copy-pasted code.Jordan Rose2013-11-081-0/+4
* [analyzer] Add a debug checker that prints Exploded GraphAnna Zaks2013-06-241-0/+4
* [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose2013-04-051-4/+5
* [analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose2013-04-051-1/+5
* [analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks2013-04-031-1/+1
* [analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev2013-04-021-5/+4
* [analyzer] These implements unix.MismatchedDeallocatorChecker checker.Anton Yartsev2013-03-281-1/+4
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev2013-03-251-2/+10
* [analyzer] Rename AttrNonNullChecker -> NonNullParamCheckerAnna Zaks2013-03-091-3/+3
* [analyzer] Split IvarInvalidation into two checkersAnna Zaks2013-02-081-1/+5
* [analyzer] Fix a false positive in Secure Keychain API checker.Anna Zaks2013-01-071-1/+1
* Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...Ted Kremenek2012-12-221-1/+1
* [analyzer] Implement an opt-in variant of direct ivar assignment.Anna Zaks2012-12-051-1/+5
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-1/+1
* [analyzer] New checker for missing super calls in UIViewController subclasses.Jordan Rose2012-10-301-0/+4
* [analyzer] Add SimpleStreamChecker.Anna Zaks2012-10-291-0/+4
* Remove OSAtomicChecker.Ted Kremenek2012-10-111-5/+0
* Add checker debug.ConfigDumper to dump the contents of the configuration table.Ted Kremenek2012-10-011-0/+4
* [analyzer] Add an experimental ObjC direct ivar assignment checker.Anna Zaks2012-09-271-0/+4
* [analyzer] Address Jordan's code review comments for r164716.Anna Zaks2012-09-271-1/+1
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-261-7/+11
OpenPOWER on IntegriCloud