Age | Commit message (Expand) | Author |
---|---|---|
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-23 | Recognize rvalue references in C++03, but complain about them. This leads to ... | Sebastian Redl |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |
2009-03-15 | Parser support for rvalue references. | Sebastian Redl |
2008-10-29 | Implement initialization of a reference (C++ [dcl.init.ref]) as part | Douglas Gregor |
2007-10-11 | rename -parse-ast-print to -ast-print | Chris Lattner |
2007-09-26 | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |