summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed a FIXME comment.Fariborz Jahanian2009-12-231-3/+2
* More rewriting of __block variables.Fariborz Jahanian2009-12-231-4/+18
* Add support for handling initializers in RewriteObjC::RewriteByRefVar().Steve Naroff2009-12-231-5/+16
* Patch to do more rewrite of __block variables.Fariborz Jahanian2009-12-231-11/+87
* Work around PR5514.Anders Carlsson2009-12-221-1/+2
* Template code for rewrite of __block variables - wip.Fariborz Jahanian2009-12-221-0/+7
* Providing support for rewriting of block copy/dispose ofFariborz Jahanian2009-12-211-4/+11
* Implemented rewriting of invocation of a block ivar.Fariborz Jahanian2009-12-181-0/+2
* Implement conditional block invocation rewriteFariborz Jahanian2009-12-151-12/+28
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-4/+4
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-44/+75
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-1/+1
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-2/+1
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-4/+11
* Don't call back() on an empty vector.Benjamin Kramer2009-12-051-2/+1
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-051-10/+94
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-051-9/+37
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-041-1/+1
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-041-3/+13
* Centralize and complete the computation of value- and type-dependence for Dec...Douglas Gregor2009-11-231-1/+1
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-1/+1
* Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall2009-11-041-1/+1
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-1/+3
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar2009-10-181-2/+2
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-7/+7
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-6/+3
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-9/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-584/+583
* Source location information for ? and : in a ConditionalOperator, from Enea Z...Douglas Gregor2009-08-261-1/+3
* Replace cerr with errs().Benjamin Kramer2009-08-231-3/+2
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-5/+6
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-191-15/+16
* 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