Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -6/+6 |
* | Diagnose uses of function specifiers on declarations which don't declare | Eli Friedman | 2009-04-07 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | make alias definition logic more similar to functions/globals. | Chris Lattner | 2009-03-22 | 1 | -0/+7 |
* | fix PR3200 by making alias emission use the new infrastructure. Fold | Chris Lattner | 2009-03-22 | 1 | -1/+13 |
* | IRgen support for alias of global variable. | Daniel Dunbar | 2009-03-19 | 1 | -0/+13 |