summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteBlocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-231-1152/+0
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-144/+143
* More <sstream> removal.Benjamin Kramer2009-09-071-1/+0
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-1/+2
* Change uses of:Ted Kremenek2009-07-291-7/+7
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-7/+7
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-7/+7
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-14/+8
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-3/+3
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-2/+3
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-1/+1
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-6/+2
* Pass an ASTContext into Stmt::printPretty.Eli Friedman2009-05-301-2/+2
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-8/+12
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-0/+1158
OpenPOWER on IntegriCloud