aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/RewriteObjC.cpp
AgeCommit message (Expand)Author
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
2010-02-10Patch to rewrite blocks into unique api names.Fariborz Jahanian
2010-02-10Provide rewriting suppport for use of __typeof__Fariborz Jahanian
2010-02-10Comment out category's property decls. in rewrite.Fariborz Jahanian
2010-02-05Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not doTed Kremenek
2010-02-05Fixes a minor rewriter bug messaging inside a function call.Fariborz Jahanian
2010-02-05Some clean up of replacement text API no longer needed byFariborz Jahanian
2010-02-05Fix a nested ivar reference rewriting bug.Fariborz Jahanian
2010-02-04Fix rewriting of 'const' __block variables inFariborz Jahanian
2010-02-03Fix more rewriting of protocol-quialified 'id' type.Fariborz Jahanian
2010-02-02Fix up rewriting of protocol qualified types in objc rewriter.Fariborz Jahanian
2010-01-29Fixes rewriter bug rewriting byref related API where a structFariborz Jahanian
2010-01-28Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian
2010-01-26Added assert to the rewrite.Fariborz Jahanian
2010-01-26Refix rewriting of an ivar access when it isFariborz Jahanian
2010-01-26Fix a regression caused by my rewriting of cast of ivarFariborz Jahanian
2010-01-25Fixes a rewriting bug of access ivar of a variable castFariborz Jahanian
2010-01-21Patch to implement rewriting of properties.Fariborz Jahanian