summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/optimize.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+3
* Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola2011-11-261-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* More fixes to builtin preprocessor defines.Daniel Dunbar2009-04-081-1/+1
* Fix broken test case. I have no idea why this ever worked.Anders Carlsson2009-04-071-3/+3
* Use %s in test, not hard coded name.Daniel Dunbar2009-04-071-3/+3
* Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas...Anders Carlsson2009-04-061-0/+29