aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CheckNSError.cpp
AgeCommit message (Expand)Author
2009-11-03Rename NSErrorCheck to NSErrorChecker.Ted Kremenek
2009-10-30Move NullDerefChecker.h instead a 'Checkers' subdirectory.Ted Kremenek
2009-10-29Add an assertion to ensure NullDerefChecker exists.Zhongxing Xu
2009-10-29Move NullDeref and UndefDeref into their own checker. Zhongxing Xu
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-01Sentence-case bug category.Ted Kremenek
2009-08-21Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek
2009-08-21Tie the local check NSErrorCheck to a Decl to pave the wayZhongxing Xu
2009-08-06Last step of template cleanup: merge *BuilderImpl to *Builder.Zhongxing Xu
2009-08-06Fix typo reported in <rdar://problem/7121409>.Ted Kremenek
2009-07-29Change uses of:Ted Kremenek
2009-07-17Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek
2009-07-16Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-06-17Remove more uses of GRStateRef.Ted Kremenek
2009-03-30Simplify more code by using SVal::getAsSymbol().Ted Kremenek
2009-02-04Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek
2008-11-24Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner
2008-10-17- constify some uses of MemRegion* (MemRegion should be immutable).Ted Kremenek
2008-10-17This patch did the following renaming. There should be no functional changes.Zhongxing Xu
2008-10-17Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...Ted Kremenek
2008-10-04This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek
2008-10-01Enhance NSError** checking with analogous checking for CFErrorRef*.Ted Kremenek
2008-09-21Add a bug category for NSError** checks.Ted Kremenek
2008-09-18Register the implicit null-dereferenced object as a notable symbol.Ted Kremenek
2008-09-18Implement second part of PR 2600: NSError** parameter may be null, and should...Ted Kremenek
2008-09-18Change implementation of NSError** coding-style check to be invoked at the en...Ted Kremenek
2008-09-18Implemented one of the checks requested in PR 2600:Ted Kremenek