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 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Make all the 'redefinition' diagnostics more consistent, and make the | Chris Lattner | 2008-11-23 | 1 | -2/+2 |
* | Simplify and correct the check for function redefinitions. This does two things: | Douglas Gregor | 2008-10-29 | 1 | -2/+7 |
* | When destroying a translation unit, deallocate its owned declarations in reve... | Douglas Gregor | 2008-10-27 | 1 | -0/+10 |
* | PR2942: FunctionDecls by typedef crash the C++ front-end | Douglas Gregor | 2008-10-24 | 1 | -0/+5 |