summaryrefslogtreecommitdiffstats
path: root/test/Driver/clang_f_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-231-7/+9
* Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth2011-04-231-0/+8
* There were some frustrating problems with the implementation ofChandler Carruth2011-04-231-0/+7
* Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis2010-10-081-4/+2
* Daniel re-educated me about what Alias does and does not do. Turn that off forChandler Carruth2010-05-221-2/+4
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-3/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-3/+3
* Tests: Fix some bugs in clang_f_opts, options were out of order but it workedDaniel Dunbar2009-12-131-5/+5
* Convert the remainder of this test case over to using FileCheck.Ted Kremenek2009-12-121-9/+11
* Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek2009-12-121-0/+3
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-3/+2
* Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar2009-11-171-1/+0
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-11/+11
* Adding -fshort-wchar option.John Thompson2009-11-051-1/+2
* PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar2009-06-081-1/+2
* Driver: Fix forwarding of -fpascal-strings.Daniel Dunbar2009-04-071-0/+10