1. c19923d Tiny fix to the parsing of linkage-specifications by Douglas Gregor · 16 years ago
  2. 1ab3b96 Change a couple of the Parser::Diag methods to return DiagnosticInfo by Chris Lattner · 16 years ago
  3. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  4. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  5. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
  6. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  7. 31fc07d Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar by Sanjiv Gupta · 16 years ago
  8. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  9. 5b7f0c8 Passing right brace location to ActOnFinishCXXClassDef is redundant, since it gets passed to ActOnFinishCXXMemberSpecification too. by Argyrios Kyrtzidis · 16 years ago
  10. 39caa08 Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. by Argyrios Kyrtzidis · 16 years ago
  11. 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  12. 3a9fdb4 Handle unnamed bitfields when parsing C++ classes. by Argyrios Kyrtzidis · 16 years ago
  13. 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  14. 8ba5d79 Convert CRLF to LF. by Argyrios Kyrtzidis · 16 years ago
  15. ff87144 Call ExitScope before ActOnFinishNamespaceDef. by Argyrios Kyrtzidis · 16 years ago
  16. 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 16 years ago
  17. 1b7f898 Make Parser::getAccessSpecifierIfPresent const, since it does not modify the state by Douglas Gregor · 16 years ago
  18. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 16 years ago
  19. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Parse/ParseDeclCXX.cpp]
  20. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  21. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  22. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  23. bae3511 read and ignore the body of a namespace. by Chris Lattner · 17 years ago
  24. 8f08cb7 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago