summaryrefslogtreecommitdiff
path: root/test/Rewriter
Commit message (Expand)AuthorAgeFilesLines
* Make rewritten source compiled with clang++.Fariborz Jahanian2010-03-041-11/+2
* Make rewritten source compiled with clang++ for correctness.Fariborz Jahanian2010-03-041-4/+2
* Change test to compile rewritten test with clang++.Fariborz Jahanian2010-03-041-1/+2
* Fixes a bug whereby static const block var has static Fariborz Jahanian2010-03-041-0/+11
* More rewriter of nested blocks fun stuff.Fariborz Jahanian2010-03-011-0/+47
* Prevent rewriter crash when variable type is missing.Fariborz Jahanian2010-02-261-0/+3
* Fix rewriting of byref variables in nested blocks.Fariborz Jahanian2010-02-261-0/+23
* Rewriting of imported variable from outerFariborz Jahanian2010-02-261-0/+18
* Support rewriting of property synthesis with retain/copyFariborz Jahanian2010-02-261-0/+22
* Added test case for non-objective-c situation inFariborz Jahanian2010-02-241-0/+12
* Implement nasty rewriting of nested blocks when innerFariborz Jahanian2010-02-241-0/+26
* Correct radar no.Fariborz Jahanian2010-02-241-1/+1
* Fix rewriting of a method when return type isFariborz Jahanian2010-02-241-0/+25
* Fixes a rewriting of qualified-id type which exposed a biggerFariborz Jahanian2010-02-231-0/+21
* Fixes a rewriting of byref variable when its initializer isFariborz Jahanian2010-02-221-0/+28
* Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek2010-02-211-0/+17
* Don't warn about functions redeclared without the dllimport attribute whenTed Kremenek2010-02-211-0/+19
* __typeof should be able to handle block pointer types whenFariborz Jahanian2010-02-181-0/+6
* More rewriter test converted to compile with clang.Fariborz Jahanian2010-02-162-8/+2
* With addition of -Wno-address-of-temporary (thank you Doug) we can nowFariborz Jahanian2010-02-161-4/+3
* Minor rewriter cleanup and a test for a block rewriting bug.Fariborz Jahanian2010-02-161-0/+14
* Test to compile the rewritten file for my last patch.Fariborz Jahanian2010-02-151-0/+13
* Fixes a rewriter bug rewriting function decl.Fariborz Jahanian2010-02-121-0/+16
* Patch to rewrite blocks into unique api names.Fariborz Jahanian2010-02-101-0/+31
* Provide rewriting suppport for use of __typeof__Fariborz Jahanian2010-02-101-0/+16
* Comment out category's property decls. in rewrite.Fariborz Jahanian2010-02-101-0/+15
* Removed non-essential header file from test.Fariborz Jahanian2010-02-051-2/+0
* Fixes a minor rewriter bug messaging inside a function call.Fariborz Jahanian2010-02-051-0/+27
* Fix a nested ivar reference rewriting bug.Fariborz Jahanian2010-02-051-0/+23
* Fix rewriting of 'const' __block variables inFariborz Jahanian2010-02-041-0/+23
* Fix more rewriting of protocol-quialified 'id' type.Fariborz Jahanian2010-02-031-0/+20
* Fix up rewriting of protocol qualified types in objc rewriter.Fariborz Jahanian2010-02-021-0/+21
* Fixes rewriter bug rewriting byref related API where a structFariborz Jahanian2010-01-291-0/+10
* Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian2010-01-281-0/+33
* Fix a regression caused by my rewriting of cast of ivarFariborz Jahanian2010-01-261-0/+6
* Fixes a rewriting bug of access ivar of a variable castFariborz Jahanian2010-01-251-0/+24
* Enhance test to check on expected rewritten output.Fariborz Jahanian2010-01-241-1/+4
* Patch to implement rewriting of properties.Fariborz Jahanian2010-01-211-0/+3
* Rewriteing of gnu extension __typeof in objective-c rewriter.Fariborz Jahanian2010-01-191-0/+20
* Fix a rewriting crash and correct rewriting of __blockFariborz Jahanian2010-01-161-0/+11
* Do not do the block-specific rewrite when there is no block literals.Fariborz Jahanian2010-01-151-0/+8
* Patch to avoid duplicate declaration of byref structsFariborz Jahanian2010-01-141-0/+35
* Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong p...Fariborz Jahanian2010-01-141-0/+31
* Fixes a rewrite bug rewriting a block call argument which has a trvialFariborz Jahanian2010-01-131-0/+21
* Define __weak attribute for objective-c pointers inFariborz Jahanian2010-01-121-0/+13
* Fix rewriting of MacOS sjlj based eh.Fariborz Jahanian2010-01-121-0/+20
* Fix rewriting for forward class declaration.Fariborz Jahanian2010-01-111-0/+8
* Fix a problem related to rewrite of anonymous unions.Fariborz Jahanian2010-01-111-0/+30
* Fixup rewrite of ivars accessed via an explicit objectFariborz Jahanian2010-01-111-1/+6
* clang ObjC rewriter: generated code used in "for (x in y)" loop uses Fariborz Jahanian2010-01-081-0/+7