summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/arc.c
Commit message (Collapse)AuthorAgeFilesLines
* [test] Don't use "UNSUPPORTED" in FileCheck prefixesGreg Parker2016-04-021-2/+2
| | | | | | | lit uses "UNSUPPORTED:" for its own purposes and may be confused if that text appears elsewhere in the test file. llvm-svn: 265218
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-6/+6
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.John McCall2012-08-271-1/+1
| | | | llvm-svn: 162651
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-3/+3
| | | | | | | | diagnostics for bad deployment targets and adding a few more predicates. Includes a patch by Jonathan Schleifer to enable ARC for ObjFW. llvm-svn: 162252
* objective-c: yank any use of "non-fragile abi" phraseFariborz Jahanian2012-07-091-2/+2
| | | | | | from diagnostics. // rdar://9657485 llvm-svn: 159943
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-5/+8
| | | | | | rdar://10459258 llvm-svn: 151706
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-5/+5
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-5/+5
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-5/+5
| | | | llvm-svn: 148138
* Automatic Reference Counting.John McCall2011-06-151-0/+14
Language-design credit goes to a lot of people, but I particularly want to single out Blaine Garst and Patrick Beard for their contributions. Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself, in no particular order. llvm-svn: 133103
OpenPOWER on IntegriCloud