aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/self-init.m
AgeCommit message (Expand)AuthorFilesLines
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola1-2/+2
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks1-1/+1
2012-12-13[analyzer] Fix a self-init checker false positive.Anna Zaks1-0/+25
2012-07-30[analyzer] Handle inlining of instance calls to super.Anna Zaks1-0/+1
2012-05-08[analyzer] SelfInit: Stop tracking self if it's assigned a value weAnna Zaks1-1/+27
2012-04-24Add atan, atan2, exp, and log to the builtin math library functions.Chad Rosier1-1/+1
2012-04-16[analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks1-4/+57
2012-03-05[analyzer] False positive in SelfInit - teach the checker about methodAnna Zaks1-4/+25
2012-02-04[analyzer] Turn on by default two checkers:Anna Zaks1-1/+1
2012-02-04[analyzer] fixup to the previous commit.Anna Zaks1-0/+1
2012-02-04[analyzer] Minor cleanups to the ObjCSelfInitChecker.Anna Zaks1-2/+18
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek1-1/+1
2011-04-30Move the SelfInit checker to the 'cocoa.experimental' package.Ted Kremenek1-1/+1
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek1-1/+1
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-1/+1
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis1-1/+1
2011-02-12Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method w...Ted Kremenek1-6/+6
2011-02-05[analyzer] Fix a false positive of the 'self' initialization checker.Argyrios Kyrtzidis1-0/+13
2011-02-01Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...Argyrios Kyrtzidis1-1/+1
2011-01-26[analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis1-1/+1
2011-01-26[analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted!Argyrios Kyrtzidis1-3/+3
2011-01-25[analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-...Argyrios Kyrtzidis1-0/+13
2011-01-11[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...Argyrios Kyrtzidis1-0/+139