summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CheckNSError.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek2009-08-211-5/+7
* Tie the local check NSErrorCheck to a Decl to pave the wayZhongxing Xu2009-08-211-20/+20
* Last step of template cleanup: merge *BuilderImpl to *Builder.Zhongxing Xu2009-08-061-3/+3
* Fix typo reported in <rdar://problem/7121409>.Ted Kremenek2009-08-061-1/+1
* Change uses of:Ted Kremenek2009-07-291-2/+2
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-2/+2
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-2/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-7/+13
* Remove more uses of GRStateRef.Ted Kremenek2009-06-171-8/+7
* Simplify more code by using SVal::getAsSymbol().Ted Kremenek2009-03-301-8/+6
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-92/+65
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-1/+1
* - constify some uses of MemRegion* (MemRegion should be immutable).Ted Kremenek2008-10-171-1/+5
* This patch did the following renaming. There should be no functional changes.Zhongxing Xu2008-10-171-5/+5
* Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...Ted Kremenek2008-10-171-1/+1
* This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek2008-10-041-1/+1
* Enhance NSError** checking with analogous checking for CFErrorRef*.Ted Kremenek2008-10-011-38/+137
* Add a bug category for NSError** checks.Ted Kremenek2008-09-211-0/+2
* Register the implicit null-dereferenced object as a notable symbol.Ted Kremenek2008-09-181-0/+1
* Implement second part of PR 2600: NSError** parameter may be null, and should...Ted Kremenek2008-09-181-0/+48
* Change implementation of NSError** coding-style check to be invoked at the en...Ted Kremenek2008-09-181-42/+76
* Implemented one of the checks requested in PR 2600:Ted Kremenek2008-09-181-0/+72