aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/rewrite-objc.m
AgeCommit message (Expand)Author
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian
2012-10-31Remove the -ccc-no-clang option.Rafael Espindola
2012-09-28Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-04-04modern objc translator. Add moreFariborz Jahanian
2012-04-02Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-01-31Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson
2012-01-24Make driver tests more resilient to output trees containing symlinks --Chandler Carruth
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-12-06Fix test for unrelated changes.Nick Lewycky
2011-10-14Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson
2011-10-12The Objective-C rewriter uses the fragile ABI, always.Douglas Gregor
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-06-14Introduce a -cc1-level option to turn off related result typeDouglas Gregor
2011-06-13Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-07-19Driver: Make -fnext-runtime the default when rewriting Objective-C.Daniel Dunbar
2010-02-11Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar