1. 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  2. 8ba5d79 Convert CRLF to LF. by Argyrios Kyrtzidis · 16 years ago
  3. ff87144 Call ExitScope before ActOnFinishNamespaceDef. by Argyrios Kyrtzidis · 16 years ago
  4. 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 16 years ago
  5. 1b7f898 Make Parser::getAccessSpecifierIfPresent const, since it does not modify the state by Douglas Gregor · 16 years ago
  6. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 16 years ago
  7. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Parse/ParseDeclCXX.cpp]
  8. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  9. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  10. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  11. bae3511 read and ignore the body of a namespace. by Chris Lattner · 17 years ago
  12. 8f08cb7 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago