aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/RewriteObjC.cpp
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-05-25Refactoring of block-pointer type rewrite.Fariborz Jahanian
2010-05-25Patch to rewrite block pointers as arguments toFariborz Jahanian
2010-05-24Fix a rewriting bug where a local static objective-cFariborz Jahanian
2010-05-24Fix an objective-c rewriter bug when pre-processed file's Fariborz Jahanian
2010-05-17Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointedJohn McCall
2010-05-11Merged Elaborated and QualifiedName types.Abramo Bagnara
2010-04-26Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor
2010-04-26Make the static type of the exception variable in an Objective-CDouglas Gregor
2010-04-24Add BasePath arguments to all cast expr constructors.Anders Carlsson
2010-04-24CastExpr should not hold a pointer to the base path. More cleanup.Anders Carlsson
2010-04-23Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor
2010-04-23Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson
2010-04-21Overhaul the AST representation of Objective-C message sendDouglas Gregor
2010-04-19Keep track of the actual storage specifier written on a variable orDouglas Gregor
2010-04-13Use ASTVector instead of std::vector for the Exprs in InitListExpr. PerformanceTed Kremenek
2010-04-13make the rewriter add a #ifndef around the #define of __attribute__.Chris Lattner
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2010-03-16Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer
2010-03-16Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor
2010-03-15Introduce a new BufferResult class to act as the return type ofDouglas Gregor
2010-03-11Add tentative support for accessing local variables withFariborz Jahanian
2010-03-10Change the 'super' messaging API in the rewriter.Fariborz Jahanian
2010-03-04Patch to get around a rewriter bug rewriting storage classFariborz Jahanian
2010-03-04Fixes a bug whereby static const block var has static Fariborz Jahanian
2010-03-02Cast a pointer to 'long long' to satisfy all compilation models.Fariborz Jahanian
2010-03-01More rewriter of nested blocks fun stuff.Fariborz Jahanian
2010-02-26Prevent rewriter crash when variable type is missing.Fariborz Jahanian
2010-02-26Minor cleanup of the rewriter.Fariborz Jahanian
2010-02-26Removed some unused code in rewriter.Fariborz Jahanian
2010-02-26Fix rewriting of byref variables in nested blocks.Fariborz Jahanian
2010-02-26Rewriting of imported variable from outerFariborz Jahanian
2010-02-26Support rewriting of property synthesis with retain/copyFariborz Jahanian
2010-02-24Implement nasty rewriting of nested blocks when innerFariborz Jahanian
2010-02-24Fix rewriting of a method when return type isFariborz Jahanian
2010-02-23Fixes a rewriting of qualified-id type which exposed a biggerFariborz Jahanian
2010-02-22Fixes a rewriting of byref variable when its initializer isFariborz Jahanian
2010-02-21Eliminate the default arguments to ASTContext::getFunctionType(),Douglas Gregor
2010-02-19Revert: "Change InitListExpr to allocate the array for holding references"Ted Kremenek
2010-02-19Change InitListExpr to allocate the array for holding referencesTed Kremenek
2010-02-19Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian
2010-02-18__typeof should be able to handle block pointer types whenFariborz Jahanian
2010-02-16Minor rewriter cleanup and a test for a block rewriting bug.Fariborz Jahanian
2010-02-16Fix rewriter bug when function call inside block with block parameter Fariborz Jahanian
2010-02-15Fix a broken rewritin of @implementation keyword.Fariborz Jahanian
2010-02-14Pass StringRefs to InsertText/ReplaceText in RewriteObjC and remove a ton of ...Benjamin Kramer
2010-02-12Fixes a rewriter bug rewriting function decl.Fariborz Jahanian
2010-02-11Fixes a rewriting bug where order of constructor expression arguments did not...Fariborz Jahanian
2010-02-11Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...Ted Kremenek
2010-02-11Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor