aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/optimize.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola1-1/+1
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+3
2011-11-26Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-3/+3
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-2/+2
2009-04-08More fixes to builtin preprocessor defines.Daniel Dunbar1-1/+1
2009-04-07Fix broken test case. I have no idea why this ever worked.Anders Carlsson1-3/+3
2009-04-07Use %s in test, not hard coded name.Daniel Dunbar1-3/+3
2009-04-06Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas...Anders Carlsson1-0/+29