1. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  2. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  3. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  4. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  5. d33133c Fix the parsing of default arguments for inline member function definitions. by Eli Friedman · 15 years ago
  6. 393612e Patch to accomodate Doug's comment on default by Fariborz Jahanian · 15 years ago
  7. 560de45 Added ASTs to destructor decl AST for default destruction of object's by Fariborz Jahanian · 15 years ago
  8. 0849d38 Build AST for default ctor-initializer when constructor has by Fariborz Jahanian · 15 years ago
  9. d01c915 Patch to build AST for ctor's initializer list according to by Fariborz Jahanian · 15 years ago
  10. 6569d68 Reimplement much of the way that we track nested classes in the by Douglas Gregor · 15 years ago
  11. de1b60a The mysterious bug turns out to be an incredibly bone-headed mistake. by Sebastian Redl · 15 years ago
  12. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  13. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  14. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  15. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 16 years ago
  16. 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 16 years ago
  17. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  18. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  19. 3218c4b When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 16 years ago
  20. 72b505b Delay parsing of default arguments of member functions until the class by Douglas Gregor · 16 years ago
  21. 8935b8b Use a scoped object to manage entry/exit from a parser scope rather than explicitly calling EnterScope/ExitScope by Douglas Gregor · 16 years ago
  22. 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
  23. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  24. e2fc9cf The only caller of this knows that the current token is l_brace, so this can be an assert; suggestion by Chris. by Argyrios Kyrtzidis · 16 years ago
  25. 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago