Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4cdb0e2a2e9d93805e5ceaf8bc7018bdd166aec1
/
test
/
Analysis
/
plist-output-alternate.m
f136546
Tighen analyzer diagnostics w.r.t ObjC/CF leaks.
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
b3d74da
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
by Argyrios Kyrtzidis
· 14 years ago
65d3925
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore.
by Argyrios Kyrtzidis
· 14 years ago
646c3c3
Tweak null dereference checker to give better diagnostics for null dereferences resulting from array accesses.
by Ted Kremenek
· 14 years ago
abf517c
Tweak retain/release checker diagnostics to specify a leak occurs because an object is not referenced later in the path,
by Ted Kremenek
· 14 years ago
61f52bd
Use FindReportInEquivalenceClass to identify all the nodes used for the trimmed graph (in BugReporter). This fixes a problem where a leak that happened to occur on both an exit() path and a non-exit() path was getting reported with the exit() path (which users don't care about).
by Ted Kremenek
· 14 years ago
96ebad6
Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal().
by Ted Kremenek
· 14 years ago