Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
02a2e5a1dd0ad1b93f66040fc7aae6d69a918daf
/
test
/
Analysis
/
self-init.m
f0324d3
[analyzer] Handle inlining of instance calls to super.
by Anna Zaks
· 12 years ago
6a2a186
[analyzer] SelfInit: Stop tracking self if it's assigned a value we
by Anna Zaks
· 13 years ago
454393e
Add atan, atan2, exp, and log to the builtin math library functions.
by Chad Rosier
· 13 years ago
9a70cdd
[analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).
by Anna Zaks
· 13 years ago
f420fe3
[analyzer] False positive in SelfInit - teach the checker about method
by Anna Zaks
· 13 years ago
52a3888
[analyzer] Turn on by default two checkers:
by Anna Zaks
· 13 years ago
4f502fb
[analyzer] fixup to the previous commit.
by Anna Zaks
· 13 years ago
1efcc42
[analyzer] Minor cleanups to the ObjCSelfInitChecker.
by Anna Zaks
· 13 years ago
033a07e
[analyzer] rename all experimental checker packages to have 'experimental' be the common root package.
by Ted Kremenek
· 13 years ago
a2a3da6
Move the SelfInit checker to the 'cocoa.experimental' package.
by Ted Kremenek
· 14 years ago
5188507
Rework checker "packages" and groups to be more hierarchical.
by Ted Kremenek
· 14 years ago
c4d2c90
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
by Argyrios Kyrtzidis
· 14 years ago
43dee22
[analyzer] Overhauling of the checker registration mechanism.
by Argyrios Kyrtzidis
· 14 years ago
b715a7c
Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method within an 'init' method. This is a temporary stop gap to avoid false positives while we investigate how to make it smarter.
by Ted Kremenek
· 14 years ago
0ca1040
[analyzer] Fix a false positive of the 'self' initialization checker.
by Argyrios Kyrtzidis
· 14 years ago
0e2dc3a
Warn for "if ((a == b))" where the equality expression is needlessly wrapped inside parentheses.
by Argyrios Kyrtzidis
· 14 years ago
bd5a94e
[analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default
by Argyrios Kyrtzidis
· 14 years ago
4717f16
[analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted!
by Argyrios Kyrtzidis
· 14 years ago
eaf969b
[analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-Daniel Dupas!
by Argyrios Kyrtzidis
· 14 years ago
d7a31ba
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the
by Argyrios Kyrtzidis
· 14 years ago