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