1. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 16 years ago
  2. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  3. 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
  4. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 17 years ago
  5. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 18 years ago
  6. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 18 years ago
  7. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago