aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Rewriter
AgeCommit message (Expand)AuthorFilesLines
2013-10-07ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian1-0/+20
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola1-1/+1
2013-09-24Revert my patch in r191155 to allow forwardFariborz Jahanian1-1/+12
2013-09-17ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian1-2/+13
2013-09-09Modern ObjectiveC translator. Fix translation of Fariborz Jahanian1-0/+58
2013-09-05ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian1-0/+25
2013-08-29Adjust clang for change to APFloat::toString.Eli Friedman2-4/+4
2013-08-27Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky1-0/+2
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover9-12/+12
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola2-4/+4
2013-06-07Define id to the correct type.Rafael Espindola4-5/+5
2013-05-08Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.Nico Weber1-0/+12
2013-04-30Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith1-1/+1
2013-04-03Objective-C modern rewriter. Fixes a bugFariborz Jahanian1-0/+11
2013-03-18Objective-C modern translator. Don't put line infoFariborz Jahanian1-0/+18
2013-02-11objective-C modern translator: Fixes a mistranslationFariborz Jahanian1-0/+26
2013-02-08objective-C modern translation: Fix another random translation bugFariborz Jahanian1-0/+43
2013-02-08objective-C modern translator. Fixes a trivialFariborz Jahanian1-0/+20
2013-02-08objective-C modern translator. Generate #lineFariborz Jahanian1-0/+40
2013-02-07objective-C modern translator. More fixups for Fariborz Jahanian1-0/+48
2013-02-07objective-C modern translator. Fix up the translatedFariborz Jahanian2-6/+62
2012-10-02-arch is a darwin-specific driver feature, use a triple instead in rewriter t...Benjamin Kramer1-3/+1
2012-10-01Modern translator test. Breakup test into two andFariborz Jahanian2-8/+28
2012-10-01Rename a test I just added.Fariborz Jahanian1-0/+0
2012-10-01objective-C modern translator. Test for producing bothFariborz Jahanian1-0/+34
2012-09-20StmtPrinter: Print floating point literals with the right suffix to disambigu...Benjamin Kramer2-2/+2
2012-08-21Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian1-0/+30
2012-06-29Remove dependency on string.hFariborz Jahanian1-1/+1
2012-06-29objective-c modern translator: synthesize argument typeFariborz Jahanian1-0/+3
2012-06-29objective-c modern translator: Translation into objc_msgSend_stretFariborz Jahanian2-1/+44
2012-06-20Restructure how the driver communicates information about theJohn McCall87-89/+89
2012-05-23modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian1-0/+32
2012-05-10[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis1-0/+4
2012-05-10Test for previously checked in patch.Fariborz Jahanian1-0/+80
2012-05-09Remove this test again which fails the build-bot for reasons yetFariborz Jahanian1-85/+0
2012-05-09Re-add test for // rdar://11374235Fariborz Jahanian1-0/+85
2012-05-09Remove thid test for now.Fariborz Jahanian1-85/+0
2012-05-08Modern objective-c translation. Translating defaultFariborz Jahanian1-1/+26
2012-05-08modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian1-0/+10
2012-05-07Revert r156097, which appears to be causing some breakage.Douglas Gregor1-9/+0
2012-05-03objc modern translator: fix up attribute for dynamic property in a category.Fariborz Jahanian1-0/+10
2012-05-03modern objc translator: support for default propertyFariborz Jahanian1-0/+60
2012-05-03modern objc translator: used size_t in coupleFariborz Jahanian16-0/+29
2012-05-03modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian1-0/+9
2012-05-02Modern objective-c translation: Fixing couple of bugsFariborz Jahanian1-0/+48
2012-05-01modern objective-c translation of private ivars.Fariborz Jahanian1-0/+53
2012-05-01clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. ming...NAKAMURA Takumi8-21/+10
2012-05-01clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Remove XFAIL and ad...NAKAMURA Takumi1-5/+2
2012-04-30modern objective-c translator. named aggregate typesFariborz Jahanian3-3/+139
2012-04-27objective-c modern translator: Correctly translateFariborz Jahanian1-2/+30