summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* More rewriting of __block declared objective-c/block pointers.Fariborz Jahanian2010-01-041-16/+45
* When rewriting a __block declaration, use a suitable API to get location ofFariborz Jahanian2009-12-301-1/+3
* More cleanup/refactoring of the rewrite.Fariborz Jahanian2009-12-231-8/+6
* Some cleanup and refactoring of rewriter.Fariborz Jahanian2009-12-231-4/+26
* This patch concludes rewriteing of __block variables to allowFariborz Jahanian2009-12-231-2/+10
* 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
OpenPOWER on IntegriCloud