Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make clang print types as "const int *" instead of "int const*", | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | Improve diagnostics like "initializing <type> from an expression of | Douglas Gregor | 2010-04-09 | 1 | -1/+1 |
* | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor | 2010-04-09 | 1 | -1/+1 |
* | 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 |
* | fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ... | Chris Lattner | 2008-12-12 | 1 | -1/+8 |
* | Tighten up handling of __func__ and friends: it should be an array | Chris Lattner | 2008-01-12 | 1 | -3/+8 |
* | Fix the type of predefined identifiers like __func__. Patch by | Chris Lattner | 2008-01-12 | 1 | -0/+7 |