summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/self-init.m
Commit message (Expand)AuthorAgeFilesLines
* Move the SelfInit checker to the 'cocoa.experimental' package.Ted Kremenek2011-04-301-1/+1
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-1/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-1/+1
* Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method w...Ted Kremenek2011-02-121-6/+6
* [analyzer] Fix a false positive of the 'self' initialization checker.Argyrios Kyrtzidis2011-02-051-0/+13
* Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...Argyrios Kyrtzidis2011-02-011-1/+1
* [analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis2011-01-261-1/+1
* [analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted!Argyrios Kyrtzidis2011-01-261-3/+3
* [analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-...Argyrios Kyrtzidis2011-01-251-0/+13
* [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...Argyrios Kyrtzidis2011-01-111-0/+139
OpenPOWER on IntegriCloud