Age | Commit message (Expand) | Author |
---|---|---|
2013-03-29 | Sema: Warn on sizeof on binary ops on decayed arrays. | Benjamin Kramer |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2010-07-15 | Make the "unused result" warning a warning about run-time behavior, so | Douglas Gregor |
2010-06-30 | Fix rdar://8139785 "implement warning on dead expression in comma operator" | Argyrios Kyrtzidis |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-17 | Use clang to run tests which include headers from the system. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-07-25 | c89 does not perform array -> pointer promotion unless the array is an lvalue... | Chris Lattner |
2008-07-25 | In c99 mode, comma does do function/array promotion even though | Chris Lattner |
2008-07-25 | Comma does not perform unary promotions, rdar://6095180 | Chris Lattner |