Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-06 | add some fixit hints. | Chris Lattner |
2009-11-04 | Switch parsing of using declarations over to ParseUnqualifiedId. | Douglas Gregor |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | Improved fix for PR3844, which recovers better for class template | Douglas Gregor |
2009-10-30 | Improve diagnostics when parsing something like | Douglas Gregor |
2009-09-26 | Simplify the handling of non-dependent friend class template | Douglas Gregor |
2009-09-26 | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor |
2009-09-18 | Introduce four new code-completion hooks for C++: | Douglas Gregor |
2009-09-18 | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor |
2009-09-16 | Improved representation and support for friend class templates. Angst about ... | John McCall |
2009-09-14 | Skeletal support for friend class templates. | John McCall |
2009-09-11 | Alter Action's friend interface to prepare for templated friend declarations and | John McCall |
2009-09-11 | Just ignore friend templates for now so we won't crash. | Anders Carlsson |
2009-09-11 | Support elaborated dependent types and diagnose tag mismatches. | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Support templateids in friend declarations. Fixes bug 4859. | John McCall |
2009-09-04 | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor |
2009-09-04 | Introduce an egregious hack to fix PR4828. | Douglas Gregor |
2009-09-04 | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-08-29 | Set the access specifier for using decls. | Anders Carlsson |
2009-08-28 | More work on using declarations. | Anders Carlsson |
2009-08-26 | When we know that we are parsing a class-name, implicitly construct a | Douglas Gregor |
2009-08-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-08-22 | Implement delayed parsing for member function templates. Fixes PR4608. | Douglas Gregor |
2009-08-20 | Initial support for parsing and representation of member function templates. | Douglas Gregor |
2009-08-11 | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall |
2009-08-06 | First pass at friend semantics. | John McCall |
2009-08-03 | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall |
2009-07-31 | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall |
2009-07-22 | Implement support for out-of-line definitions of the class members of class | Douglas Gregor |
2009-07-22 | Fix the parsing of default arguments for inline member function | Eli Friedman |
2009-07-20 | Issue a more descriptive diagnostics when mis-declaring | Fariborz Jahanian |
2009-07-14 | Pass the right brace SourceLocation from the Parser to the TagDecls. | Argyrios Kyrtzidis |
2009-07-01 | Patch to implement template types in ctor-initializer list. | Fariborz Jahanian |
2009-06-30 | Patch to support optional nested-name-specifier in in ctor-initializer | Fariborz Jahanian |
2009-06-27 | Make it possible for using decls to point to operators. Fixes PR4441. | Anders Carlsson |
2009-06-26 | Fix PR4448. | Anders Carlsson |
2009-06-24 | Parse the C++0x decltype specifier. | Anders Carlsson |
2009-06-20 | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor |
2009-06-19 | Keep track of when declarations are "used" according to C and | Douglas Gregor |
2009-06-17 | Diagnose the use of attributes on namespace aliases, from Anis Ahmad | Douglas Gregor |
2009-06-14 | improve localizability by not passing english phrases into | Chris Lattner |
2009-06-08 | Add more parser support for Microsoft extensions. | Eli Friedman |
2009-06-08 | Add real parsing for __declspec. It doesn't make much of a difference | Eli Friedman |
2009-05-29 | Reject incomplete types in exception specs. | Sebastian Redl |
2009-05-29 | If a declarator group declares a type, make sure to add that declaration | Eli Friedman |