- 6df5fef Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made by John McCall · 16 years ago
- d6f7850 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 · 16 years ago
- 2f212b3 Alter Action's friend interface to prepare for templated friend declarations and by John McCall · 16 years ago
- 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- c8c277a Make sure to adjust function template declarations to their templated by Douglas Gregor · 16 years ago
- c45a40a Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 16 years ago
- 3447e76 Initial support for parsing and representation of member function templates. by Douglas Gregor · 16 years ago
- d1e9d83 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 16 years ago
- 07e91c0 First pass at friend semantics. by John McCall · 16 years ago
- 3af2a77 Fix the parsing of default arguments for inline member function definitions. by Eli Friedman · 16 years ago
- aee31ac Patch to accomodate Doug's comment on default by Fariborz Jahanian · 16 years ago
- 16094c2 Added ASTs to destructor decl AST for default destruction of object's by Fariborz Jahanian · 16 years ago
- 06b2374 Build AST for default ctor-initializer when constructor has by Fariborz Jahanian · 16 years ago
- 49c8179 Patch to build AST for ctor's initializer list according to by Fariborz Jahanian · 16 years ago
- e44a2ad Reimplement much of the way that we track nested classes in the by Douglas Gregor · 16 years ago
- d98ecd6 The mysterious bug turns out to be an incredibly bone-headed mistake. by Sebastian Redl · 17 years ago
- a7b98a7 Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 17 years ago
- 5bbb3c8 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 17 years ago
- 83f095c Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 17 years ago
- 6d4256c Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 17 years ago
- 12f2ea5 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 17 years ago
- 60f3622 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 17 years ago
- 7368d58 Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 17 years ago
- 658b955 When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 17 years ago
- 4d87df5 Delay parsing of default arguments of member functions until the class by Douglas Gregor · 17 years ago
- 7307d6c Use a scoped object to manage entry/exit from a parser scope rather than explicitly calling EnterScope/ExitScope by Douglas Gregor · 17 years ago
- 49de534 Improve parser error recovery after a constructor initializer by Douglas Gregor · 17 years ago
- e8381c0 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 17 years ago
- a781452 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 · 17 years ago
- 7bbb20e Add parsing support for C++ classes. by Argyrios Kyrtzidis · 17 years ago