summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson2009-07-311-24/+59
* Change uses of:Ted Kremenek2009-07-291-15/+15
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-10/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-16/+16
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-16/+16
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-3/+4
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-66/+49
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-4/+4
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-3/+5
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-1/+1
* Pass an ASTContext into Stmt::printPretty.Eli Friedman2009-05-301-4/+4
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-9/+13
* Clean up some unnecessary includes.Eli Friedman2009-05-191-2/+0
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-0/+4691
OpenPOWER on IntegriCloud