summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CheckNSError.cpp
Commit message (Expand)AuthorAgeFilesLines
* - 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
OpenPOWER on IntegriCloud