summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide rewriting suppport for use of __typeof__Fariborz Jahanian2010-02-101-1/+43
* Comment out category's property decls. in rewrite.Fariborz Jahanian2010-02-101-0/+4
* Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not doTed Kremenek2010-02-051-5/+3
* Fixes a minor rewriter bug messaging inside a function call.Fariborz Jahanian2010-02-051-1/+5
* Some clean up of replacement text API no longer needed byFariborz Jahanian2010-02-051-2/+2
* Fix a nested ivar reference rewriting bug.Fariborz Jahanian2010-02-051-13/+40
* Fix rewriting of 'const' __block variables inFariborz Jahanian2010-02-041-2/+16
* Fix more rewriting of protocol-quialified 'id' type.Fariborz Jahanian2010-02-031-0/+2
* Fix up rewriting of protocol qualified types in objc rewriter.Fariborz Jahanian2010-02-021-1/+9
* Fixes rewriter bug rewriting byref related API where a structFariborz Jahanian2010-01-291-2/+1
* Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian2010-01-281-4/+8
* Added assert to the rewrite.Fariborz Jahanian2010-01-261-0/+1
* Refix rewriting of an ivar access when it isFariborz Jahanian2010-01-261-14/+1
* Fix a regression caused by my rewriting of cast of ivarFariborz Jahanian2010-01-261-9/+11
* Fixes a rewriting bug of access ivar of a variable castFariborz Jahanian2010-01-251-1/+10
* Patch to implement rewriting of properties.Fariborz Jahanian2010-01-211-2/+5
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-19/+19
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-191-4/+4
* Rewriteing of gnu extension __typeof in objective-c rewriter.Fariborz Jahanian2010-01-191-1/+13
* Preserve type source information in compound literal expressions.John McCall2010-01-181-3/+8
* Fix a rewriting crash and correct rewriting of __blockFariborz Jahanian2010-01-161-7/+18
* define __weak to null in rewritten source for Fariborz Jahanian2010-01-151-0/+1
* Preserve type source information in explicit cast expressions.John McCall2010-01-151-96/+68
* Do not do the block-specific rewrite when there is no block literals.Fariborz Jahanian2010-01-151-1/+1
* Patch to avoid duplicate declaration of byref structsFariborz Jahanian2010-01-141-9/+35
* Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong p...Fariborz Jahanian2010-01-141-2/+38
* Improve on objective-c pointer recognitionFariborz Jahanian2010-01-121-2/+3
* Fix rewriting of MacOS sjlj based eh.Fariborz Jahanian2010-01-121-4/+4
* Fix rewriting for forward class declaration.Fariborz Jahanian2010-01-111-3/+11
* Fixup rewrite of ivars accessed via an explicit objectFariborz Jahanian2010-01-111-2/+3
* Silence MSVC warning.Benjamin Kramer2010-01-101-1/+1
* revert 91891, a workaround for PR5514.Chris Lattner2010-01-091-2/+1
* clang ObjC rewriter: generated code used in "for (x in y)" loop uses Fariborz Jahanian2010-01-081-2/+6
* Fixes a bug where we were rewriting two definitions ofFariborz Jahanian2010-01-071-1/+2
* Fixes a bug in my last patch (related to radar 7490331).Fariborz Jahanian2010-01-071-1/+1
* Avoid error when convering a pointer to integer in Fariborz Jahanian2010-01-071-1/+1
* Fix rewriting of ivars. Fixes radar 7490331.Fariborz Jahanian2010-01-071-2/+3
* Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().Ted Kremenek2010-01-071-1/+1
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-3/+3
* Fixed a bug where initializer is a macro in rewrite.Fariborz Jahanian2010-01-051-0/+1
* API support for __block variables which are also __weak.Fariborz Jahanian2010-01-051-5/+16
* Minor clean up.Fariborz Jahanian2010-01-051-6/+3
* Remove bogus "C" from preamble block decls.Steve Naroff2010-01-051-2/+2
* More rewriting of __block APIs. wip.Fariborz Jahanian2010-01-051-26/+40
* More rewriting of __block objective-c pointer variables. wip.Fariborz Jahanian2010-01-051-5/+80
OpenPOWER on IntegriCloud