Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6217b80b7a1379b74cced1c076338262c3c980b3
/
lib
/
Analysis
/
CheckNSError.cpp
6217b80
Change uses of:
by Ted Kremenek
· 15 years ago
35366a6
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
by Ted Kremenek
· 15 years ago
1a1a6e2
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
by Ted Kremenek
· 15 years ago
14108da
This patch includes a conceptually simple, but very intrusive/pervasive change.
by Steve Naroff
· 15 years ago
c878138
Remove more uses of GRStateRef.
by Ted Kremenek
· 15 years ago
93e7145
Simplify more code by using SVal::getAsSymbol().
by Ted Kremenek
· 16 years ago
cf118d4
Overhaul BugReporter interface and implementation. The new interface cleans up
by Ted Kremenek
· 16 years ago
d9d22dd
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
by Chris Lattner
· 16 years ago
993f1c7
- constify some uses of MemRegion* (MemRegion should be immutable).
by Ted Kremenek
· 16 years ago
1c96b24
This patch did the following renaming. There should be no functional changes.
by Zhongxing Xu
· 16 years ago
d9bc33e
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regions.
by Ted Kremenek
· 16 years ago
9e24049
This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes.
by Ted Kremenek
· 16 years ago
cc9ac41
Enhance NSError** checking with analogous checking for CFErrorRef*.
by Ted Kremenek
· 16 years ago
62059e8
Add a bug category for NSError** checks.
by Ted Kremenek
· 16 years ago
37fc826
Register the implicit null-dereferenced object as a notable symbol.
by Ted Kremenek
· 16 years ago
7360fda
Implement second part of PR 2600: NSError** parameter may be null, and should be checked before being dereferenced.
by Ted Kremenek
· 16 years ago
cfdf9b4
Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis.
by Ted Kremenek
· 16 years ago
f45d18c
Implemented one of the checks requested in PR 2600:
by Ted Kremenek
· 16 years ago