summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of block-pointer type rewrite.Fariborz Jahanian2010-05-251-37/+25
* Patch to rewrite block pointers as arguments toFariborz Jahanian2010-05-251-2/+57
* Fix a rewriting bug where a local static objective-cFariborz Jahanian2010-05-241-0/+6
* Fix an objective-c rewriter bug when pre-processed file's Fariborz Jahanian2010-05-241-3/+5
* Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointedJohn McCall2010-05-171-7/+7
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-8/+8
* Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor2010-04-261-1/+1
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-261-1/+1
* Add BasePath arguments to all cast expr constructors.Anders Carlsson2010-04-241-1/+1
* CastExpr should not hold a pointer to the base path. More cleanup.Anders Carlsson2010-04-241-1/+1
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-13/+11
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-4/+4
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-204/+241
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-17/+30
* Use ASTVector instead of std::vector for the Exprs in InitListExpr. PerformanceTed Kremenek2010-04-131-6/+8
* make the rewriter add a #ifndef around the #define of __attribute__.Chris Lattner2010-04-131-0/+2
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-26/+25
* Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer2010-03-161-7/+6
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-15/+3
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-151-3/+14
* Add tentative support for accessing local variables withFariborz Jahanian2010-03-111-7/+63
* Change the 'super' messaging API in the rewriter.Fariborz Jahanian2010-03-101-23/+62
* Patch to get around a rewriter bug rewriting storage classFariborz Jahanian2010-03-041-6/+15
* Fixes a bug whereby static const block var has static Fariborz Jahanian2010-03-041-0/+17
* Cast a pointer to 'long long' to satisfy all compilation models.Fariborz Jahanian2010-03-021-1/+3
* More rewriter of nested blocks fun stuff.Fariborz Jahanian2010-03-011-19/+28
* Prevent rewriter crash when variable type is missing.Fariborz Jahanian2010-02-261-0/+4
* Minor cleanup of the rewriter.Fariborz Jahanian2010-02-261-18/+22
* Removed some unused code in rewriter.Fariborz Jahanian2010-02-261-28/+2
* Fix rewriting of byref variables in nested blocks.Fariborz Jahanian2010-02-261-2/+9
* Rewriting of imported variable from outerFariborz Jahanian2010-02-261-0/+1
* Support rewriting of property synthesis with retain/copyFariborz Jahanian2010-02-261-25/+98
* Implement nasty rewriting of nested blocks when innerFariborz Jahanian2010-02-241-4/+76
* Fix rewriting of a method when return type isFariborz Jahanian2010-02-241-0/+4
* Fixes a rewriting of qualified-id type which exposed a biggerFariborz Jahanian2010-02-231-5/+0
* Fixes a rewriting of byref variable when its initializer isFariborz Jahanian2010-02-221-13/+29
* Eliminate the default arguments to ASTContext::getFunctionType(),Douglas Gregor2010-02-211-13/+37
* Revert: "Change InitListExpr to allocate the array for holding references"Ted Kremenek2010-02-191-10/+6
* Change InitListExpr to allocate the array for holding referencesTed Kremenek2010-02-191-6/+10
* Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian2010-02-191-3/+3
* __typeof should be able to handle block pointer types whenFariborz Jahanian2010-02-181-1/+1
* Minor rewriter cleanup and a test for a block rewriting bug.Fariborz Jahanian2010-02-161-1/+1
* Fix rewriter bug when function call inside block with block parameter Fariborz Jahanian2010-02-161-4/+41
* Fix a broken rewritin of @implementation keyword.Fariborz Jahanian2010-02-151-1/+1
* Pass StringRefs to InsertText/ReplaceText in RewriteObjC and remove a ton of ...Benjamin Kramer2010-02-141-120/+91
* Fixes a rewriter bug rewriting function decl.Fariborz Jahanian2010-02-121-2/+14
* Fixes a rewriting bug where order of constructor expression arguments did not...Fariborz Jahanian2010-02-111-15/+28
* Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...Ted Kremenek2010-02-111-2/+2
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-2/+2
* Patch to rewrite blocks into unique api names.Fariborz Jahanian2010-02-101-13/+16
OpenPOWER on IntegriCloud