summaryrefslogtreecommitdiff
path: root/test/Rewriter
Commit message (Expand)AuthorAgeFilesLines
...
* objective-c modern translator: synthesize argument typeFariborz Jahanian2012-06-291-0/+3
* objective-c modern translator: Translation into objc_msgSend_stretFariborz Jahanian2012-06-292-1/+44
* Restructure how the driver communicates information about theJohn McCall2012-06-2087-89/+89
* modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian2012-05-231-0/+32
* [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis2012-05-101-0/+4
* Test for previously checked in patch.Fariborz Jahanian2012-05-101-0/+80
* Remove this test again which fails the build-bot for reasons yetFariborz Jahanian2012-05-091-85/+0
* Re-add test for // rdar://11374235Fariborz Jahanian2012-05-091-0/+85
* Remove thid test for now.Fariborz Jahanian2012-05-091-85/+0
* Modern objective-c translation. Translating defaultFariborz Jahanian2012-05-081-1/+26
* modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian2012-05-081-0/+10
* Revert r156097, which appears to be causing some breakage.Douglas Gregor2012-05-071-9/+0
* objc modern translator: fix up attribute for dynamic property in a category.Fariborz Jahanian2012-05-031-0/+10
* modern objc translator: support for default propertyFariborz Jahanian2012-05-031-0/+60
* modern objc translator: used size_t in coupleFariborz Jahanian2012-05-0316-0/+29
* modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian2012-05-031-0/+9
* Modern objective-c translation: Fixing couple of bugsFariborz Jahanian2012-05-021-0/+48
* modern objective-c translation of private ivars.Fariborz Jahanian2012-05-011-0/+53
* clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. ming...NAKAMURA Takumi2012-05-018-21/+10
* clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Remove XFAIL and ad...NAKAMURA Takumi2012-05-011-5/+2
* modern objective-c translator. named aggregate typesFariborz Jahanian2012-04-303-3/+139
* objective-c modern translator: Correctly translateFariborz Jahanian2012-04-271-2/+30
* test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a)...NAKAMURA Takumi2012-04-274-0/+4
* modern objective-c transltion: Fixes a translation bugFariborz Jahanian2012-04-261-0/+16
* objective-c modern translator: more tests.Fariborz Jahanian2012-04-255-1/+81
* improve a modern objc translator test.Fariborz Jahanian2012-04-251-3/+6
* modern objc rewriter: fixes a bug writing Fariborz Jahanian2012-04-251-0/+2
* modern objc translator: Allow writing of multipleFariborz Jahanian2012-04-241-0/+10
* objc modern rewriter: allow translation ofFariborz Jahanian2012-04-241-0/+12
* clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due t...NAKAMURA Takumi2012-04-241-0/+4
* clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw...NAKAMURA Takumi2012-04-211-0/+3
* minor improvement to couple of tests.Fariborz Jahanian2012-04-201-1/+1
* objective-c modern translator: Further improving the lastFariborz Jahanian2012-04-191-1/+12
* modern objective-c translator: Fix writing a spurious 'static'Fariborz Jahanian2012-04-191-0/+11
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-0/+68
* objective-c modern translation. Correct rewriting ofFariborz Jahanian2012-04-171-0/+45
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-161-0/+3
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-1614-8/+35
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-164-13/+13
* objective-c modern translator: Make metadataFariborz Jahanian2012-04-141-0/+14
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-132-0/+47
* modern objective-c translator: When translatingFariborz Jahanian2012-04-131-0/+23
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-121-0/+31
* modern objective-c translator. ifdef'out Fariborz Jahanian2012-04-121-1/+6
* modern objective-c translator. Fixes a mis-translation whenFariborz Jahanian2012-04-111-0/+18
* modern objective-c translator. Fixes a translation bug when Fariborz Jahanian2012-04-111-0/+28
* modern objective-c translation: writing containerFariborz Jahanian2012-04-101-0/+48
* objective-c modern translator: rewriting specificFariborz Jahanian2012-04-101-0/+33
* more testing of objc's dictionary literal translation.Fariborz Jahanian2012-04-061-1/+19
* modern objective-c translation: support for Fariborz Jahanian2012-04-061-0/+37