Age | Commit message (Expand) | Author |
---|---|---|
2012-08-17 | Warn about self-initialization of references. | Hans Wennborg |
2011-10-12 | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2009-12-19 | Initialization improvements: addition of string initialization and a few | Eli Friedman |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-09 | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |
2009-02-04 | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor |
2009-01-16 | Add test for contextual conversion to bool, and enable some FIXME'd tests | Douglas Gregor |