Age | Commit message (Expand) | Author |
---|---|---|
2013-03-05 | Add quotation marks to template names in diagnostics. | David Blaikie |
2010-04-08 | Explain that a template needs arguments to make it into a type, for | Jeffrey Yasskin |
2010-02-26 | Fix an assertion-on-error during tentative constructor parsing by | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-25 | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor |
2009-02-11 | Allow the use of default template arguments when forming a class | Douglas Gregor |
2009-02-11 | Implement semantic checking for template arguments that correspond to | Douglas Gregor |
2009-02-09 | Rudimentary checking of template arguments against their corresponding | Douglas Gregor |