Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FileCheck-ify some clang grep tests that use double quotes | Reid Kleckner | 2013-04-10 | 1 | -3/+5 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Tests use the new clang. | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
* | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -1/+1 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -2/+2 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | handle @encode interactions with array initializers. | Chris Lattner | 2009-02-24 | 1 | -0/+6 |
* | move some initialization checking code from SemaDecl.cpp | Chris Lattner | 2009-02-24 | 1 | -0/+1 |
* | first wave of fixes for @encode sema support. This is part of PR3648. | Chris Lattner | 2009-02-24 | 1 | -2/+5 |
* | Correctly encode incomplete and variable length arrays. Fixes PR3639. | Anders Carlsson | 2009-02-22 | 1 | -0/+11 |