Age | Commit message (Expand) | Author |
2009-11-12 | Remove an overly-eager assertion when replacing tokens with an | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Silence warning. | Benjamin Kramer |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-04 | Properly replace (cxxscope, template-id) annotation tokens with a | Douglas Gregor |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-10-30 | Improved fix for PR3844, which recovers better for class template | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor |
2009-08-24 | Keep track of the template parameter depth properly when we have | Douglas Gregor |
2009-08-20 | Initial support for parsing and representation of member function templates. | Douglas Gregor |
2009-08-20 | Fix a typo in a variable name | Douglas Gregor |
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 |