summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/rewrite-objc.m
Commit message (Expand)AuthorAgeFilesLines
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-1/+1
* ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXTFariborz Jahanian2013-10-151-1/+1
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-1/+1
* Remove the -ccc-no-clang option.Rafael Espindola2012-10-311-8/+0
* Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian2012-09-281-1/+0
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* modern objc translator. Add moreFariborz Jahanian2012-04-041-1/+1
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-1/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-1/+1
* Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson2012-01-311-1/+1
* Make driver tests more resilient to output trees containing symlinks --Chandler Carruth2012-01-241-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-3/+3
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-3/+3
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-3/+3
* Fix test for unrelated changes.Nick Lewycky2011-12-061-1/+1
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-141-1/+1
* The Objective-C rewriter uses the fragile ABI, always.Douglas Gregor2011-10-121-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-141-1/+1
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-1/+1
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-1/+1
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* Driver: Make -fnext-runtime the default when rewriting Objective-C.Daniel Dunbar2010-07-191-1/+5
* Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar2010-02-111-0/+11
OpenPOWER on IntegriCloud