Age | Commit message (Expand) | Author |
2009-07-31 | sp. | John McCall |
2009-07-22 | Implement support for out-of-line definitions of the class members of class | Douglas Gregor |
2009-06-26 | fix PR4452, a crash on invalid. The error recovery is still terrible in this... | Chris Lattner |
2009-06-24 | Make sure that the template parameter lists get from the parser down to ActOn... | Douglas Gregor |
2009-06-23 | Start propagating template parameter lists to the right places to | Douglas Gregor |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-06-12 | Address more comments from Doug. | Anders Carlsson |
2009-06-12 | Parse support for C++0x type parameter packs. | Anders Carlsson |
2009-05-21 | Merge the ASTVector and ASTOwningVector templates, since they offered | Douglas Gregor |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-12 | Implement parsing for explicit instantiations of class templates, e.g., | Douglas Gregor |
2009-05-12 | Refactor the parsing of declarations so that template declarations can | Douglas Gregor |
2009-04-02 | fix a FIXME, providing accurate source range info for DeclStmt's. The end | Chris Lattner |
2009-04-01 | Make parsing a semantic analysis a little more robust following Sema | Douglas Gregor |
2009-03-31 | Parsing and AST representation for dependent template names that occur | Douglas Gregor |
2009-03-30 | Improve the representation of template names in the AST. This | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-26 | Handle parsing of templates in member declarations. Pass the AccessSpecifier ... | Anders Carlsson |
2009-02-27 | Clean up and document code modification hints. | Douglas Gregor |
2009-02-26 | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor |
2009-02-25 | Cope with use of the token '>>' inside a template argument list, e.g., | Douglas Gregor |
2009-02-25 | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor |
2009-02-18 | Update Parser::ParseTypeName to return a TypeResult, which also tells | Douglas Gregor |
2009-02-17 | Implement basic parsing and semantic analysis for explicit | Douglas Gregor |
2009-02-10 | Fix a problem with bogus template shadowing warnings | Douglas Gregor |
2009-02-10 | Implement parsing, semantic analysis and ASTs for default template | Douglas Gregor |
2009-02-10 | Teach the type-id/expression disambiguator about different | Douglas Gregor |
2009-02-09 | Rudimentary checking of template arguments against their corresponding | Douglas Gregor |
2009-02-09 | Implement Sebastian's idea for simplifying our handling of the greater-than o... | Douglas Gregor |
2009-02-09 | Eliminate TemplateArg so that we only have a single kind of | Douglas Gregor |
2009-02-09 | Start processing template-ids as types when the template-name refers | Douglas Gregor |
2009-02-06 | Semantic checking for class template declarations and | Douglas Gregor |
2009-02-04 | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-06 | rename tok::annot_qualtypename -> tok::annot_typename, which is both | Chris Lattner |
2009-01-05 | TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can | Chris Lattner |
2009-01-04 | Simplify some control flow and remove a call to TryAnnotateCXXScopeToken | Chris Lattner |
2008-12-24 | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor |
2008-12-18 | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor |
2008-12-10 | Use a scoped object to manage entry/exit from a parser scope rather than expl... | Douglas Gregor |
2008-12-09 | Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult | Sebastian Redl |
2008-12-09 | Consistently use smart pointers for stmt and expr nodes in parser local varia... | Sebastian Redl |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-12-02 | A little more scaffolding for parsing templates: | Douglas Gregor |
2008-12-01 | Basic support for parsing templates, from Andrew Sutton | Douglas Gregor |