Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the "unused result" warning a warning about run-time behavior, so | Douglas Gregor | 2010-07-15 | 1 | -4/+4 |
* | Fix rdar://8139785 "implement warning on dead expression in comma operator" | Argyrios Kyrtzidis | 2010-06-30 | 1 | -4/+4 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Use clang to run tests which include headers from the system. | Daniel Dunbar | 2009-11-17 | 1 | -1/+0 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | c89 does not perform array -> pointer promotion unless the array is an lvalue... | Chris Lattner | 2008-07-25 | 1 | -6/+6 |
* | In c99 mode, comma does do function/array promotion even though | Chris Lattner | 2008-07-25 | 1 | -4/+11 |
* | Comma does not perform unary promotions, rdar://6095180 | Chris Lattner | 2008-07-25 | 1 | -0/+11 |