summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CheckObjCInstMethSignature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris).Steve Naroff2009-07-141-2/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-2/+2
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-4/+4
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-4/+4
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-2/+2
* More title-casing of bug type names.Ted Kremenek2009-04-021-3/+4
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-3/+3
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-1/+1
* Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...Ted Kremenek2008-07-141-10/+2
* Tidy up error message.Ted Kremenek2008-07-111-2/+4
* Add new check: -check-objc-methodsigs. This check scans methods inTed Kremenek2008-07-111-0/+125