1. 7a1dc56 Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made by John McCall · 15 years ago
  2. d1a7846 Have the parser tell sema whether a member declaration is a function definition. This allows sema to not emit spurious diagnostics in some invalid code. by Sebastian Redl · 15 years ago
  3. bbbcdd9 Alter Action's friend interface to prepare for templated friend declarations and by John McCall · 15 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  5. efd5bda Make sure to adjust function template declarations to their templated by Douglas Gregor · 15 years ago
  6. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  7. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  8. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  9. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  10. d33133c Fix the parsing of default arguments for inline member function definitions. by Eli Friedman · 15 years ago
  11. 393612e Patch to accomodate Doug's comment on default by Fariborz Jahanian · 15 years ago
  12. 560de45 Added ASTs to destructor decl AST for default destruction of object's by Fariborz Jahanian · 15 years ago
  13. 0849d38 Build AST for default ctor-initializer when constructor has by Fariborz Jahanian · 15 years ago
  14. d01c915 Patch to build AST for ctor's initializer list according to by Fariborz Jahanian · 15 years ago
  15. 6569d68 Reimplement much of the way that we track nested classes in the by Douglas Gregor · 15 years ago
  16. de1b60a The mysterious bug turns out to be an incredibly bone-headed mistake. by Sebastian Redl · 15 years ago
  17. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  18. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  19. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  20. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 15 years ago
  21. 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 15 years ago
  22. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  23. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  24. 3218c4b When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 16 years ago
  25. 72b505b Delay parsing of default arguments of member functions until the class by Douglas Gregor · 16 years ago
  26. 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
  27. 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
  28. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  29. 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
  30. 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago