Age | Commit message (Expand) | Author |
2009-11-17 | Fixes a typo, reported by Doug. | Fariborz Jahanian |
2009-11-16 | Handle case of missing '@end' in implementation context | Fariborz Jahanian |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-11 | Create a new Scope when parsing a declaration with a C++ scope specifier. | John McCall |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-04 | Eliminate the "old" ways of parsing operator-function-ids and | 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-11-03 | Replace the code that parses member access expressions after "." or | Douglas Gregor |
2009-11-03 | Silence a warning by giving Parser::FieldCallback a virtual destructor, and | John McCall |
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-11-03 | Use ParseUnqualifiedId when parsing id-expressions. This eliminates | Douglas Gregor |
2009-11-03 | Switch ParseStructDeclaration to a callback-based API. This will make | 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-09-29 | Keep protocol source locations when parsing protocol references. | Argyrios Kyrtzidis |
2009-09-24 | When entering the scope of a declarator, make sure that the scope is | Douglas Gregor |
2009-09-22 | Implement code completion within a function call, triggered after the | 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-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-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-08-24 | Keep track of the template parameter depth properly when we have | 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-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
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-22 | Fix the parsing of default arguments for inline member function | Eli Friedman |
2009-07-21 | Make Sema::ActOnCXXEnterDeclaratorScope robust against failures to compute | Douglas Gregor |
2009-07-21 | Add an assert for safety check. | Argyrios Kyrtzidis |
2009-07-21 | Fix a crash that occurs in this C++ case: | Argyrios Kyrtzidis |
2009-07-20 | Issue a more descriptive diagnostics when mis-declaring | Fariborz Jahanian |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-06-26 | fix PR4452, a crash on invalid. The error recovery is still terrible in this... | Chris Lattner |
2009-06-24 | Parse the C++0x decltype specifier. | Anders Carlsson |
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-19 | Keep track of when declarations are "used" according to C and | Douglas Gregor |
2009-06-12 | add the location of the ')' in a do/while statement to DoStmt. | 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-06-05 | Add parser support for #pragma weak. | Eli Friedman |
2009-05-29 | Reject incomplete types in exception specs. | Sebastian Redl |
2009-05-27 | Reimplement much of the way that we track nested classes in the | Douglas Gregor |