summaryrefslogtreecommitdiff
path: root/test/Analysis/self-init.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] SelfInit: Stop tracking self if it's assigned a value weAnna Zaks2012-05-081-1/+27
* Add atan, atan2, exp, and log to the builtin math library functions.Chad Rosier2012-04-241-1/+1
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-161-4/+57
* [analyzer] False positive in SelfInit - teach the checker about methodAnna Zaks2012-03-051-4/+25
* [analyzer] Turn on by default two checkers:Anna Zaks2012-02-041-1/+1
* [analyzer] fixup to the previous commit.Anna Zaks2012-02-041-0/+1
* [analyzer] Minor cleanups to the ObjCSelfInitChecker.Anna Zaks2012-02-041-2/+18
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* 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