| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor | 2009-09-04 | 1 | -0/+15 |
* | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -5/+8 |
* | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -6/+6 |
* | Eliminate a GCC warning | Douglas Gregor | 2009-08-25 | 1 | -1/+1 |
* | Keep track of the template parameter depth properly when we have | Douglas Gregor | 2009-08-24 | 1 | -1/+1 |
* | Top-level semicolons are allowed in C++0x. Fixes PR4755. | Douglas Gregor | 2009-08-24 | 1 | -3/+8 |
* | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall | 2009-08-03 | 1 | -3/+5 |
* | sp. | John McCall | 2009-07-31 | 1 | -1/+1 |
* | Patch to accomodate Doug's comment on default | Fariborz Jahanian | 2009-07-21 | 1 | -1/+1 |
* | Added ASTs to destructor decl AST for default destruction of object's | Fariborz Jahanian | 2009-07-15 | 1 | -1/+1 |
* | Build AST for default ctor-initializer when constructor has | Fariborz Jahanian | 2009-07-14 | 1 | -0/+2 |
* | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -0/+17 |
* | Fix screwup with my previous patch which broke tests. (The patch is | Eli Friedman | 2009-06-27 | 1 | -1/+1 |
* | Fix a crash with constructs like x<false>() in C++. No testcase because | Eli Friedman | 2009-06-27 | 1 | -1/+1 |
* | fix PR4452, a crash on invalid. The error recovery is still terrible in this... | Chris Lattner | 2009-06-26 | 1 | -3/+10 |
* | Make sure that the template parameter lists get from the parser down to ActOn... | Douglas Gregor | 2009-06-24 | 1 | -2/+9 |
* | Add parser support for #pragma weak. | Eli Friedman | 2009-06-05 | 1 | -0/+6 |
* | Reimplement much of the way that we track nested classes in the | Douglas Gregor | 2009-05-27 | 1 | -3/+0 |
* | Implement parsing for explicit instantiations of class templates, e.g., | Douglas Gregor | 2009-05-12 | 1 | -1/+1 |
* | Parser::ParseDeclarationOrFunctionDefinition no longer needs to accept | Douglas Gregor | 2009-05-12 | 1 | -4/+2 |
* | Refactor the parsing of declarations so that template declarations can | Douglas Gregor | 2009-05-12 | 1 | -15/+26 |
* | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl | 2009-04-26 | 1 | -5/+8 |
* | fix a FIXME, providing accurate source range info for DeclStmt's. The end | Chris Lattner | 2009-04-02 | 1 | -1/+4 |
* | Add some more code modification hints | Douglas Gregor | 2009-04-01 | 1 | -1/+1 |
* | Add code modification hints to various parsing-related diagnostics. | Douglas Gregor | 2009-04-01 | 1 | -1/+2 |
* | Make parsing a semantic analysis a little more robust following Sema | Douglas Gregor | 2009-04-01 | 1 | -8/+9 |
* | Parsing, semantic analysis, and template instantiation for typename | Douglas Gregor | 2009-04-01 | 1 | -10/+29 |
* | Parsing and AST representation for dependent template names that occur | Douglas Gregor | 2009-03-31 | 1 | -1/+1 |
* | Improve the representation of template names in the AST. This | Douglas Gregor | 2009-03-30 | 1 | -1/+1 |
* | hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator | Chris Lattner | 2009-03-29 | 1 | -3/+8 |
* | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner | 2009-03-29 | 1 | -39/+59 |
* | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner | 2009-03-28 | 1 | -25/+23 |
* | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor | 2009-03-27 | 1 | -3/+35 |
* | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor | 2009-03-26 | 1 | -2/+2 |
* | Handle parsing of templates in member declarations. Pass the AccessSpecifier ... | Anders Carlsson | 2009-03-26 | 1 | -2/+3 |
* | Improve handling of base initializers. We now parse initializers in out of li... | Anders Carlsson | 2009-03-25 | 1 | -1/+3 |
* | Implement '#pragma unused'. | Ted Kremenek | 2009-03-23 | 1 | -5/+12 |
* | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -2/+2 |
* | Add parser support for static_assert. | Anders Carlsson | 2009-03-11 | 1 | -0/+1 |
* | fix eof check | Chris Lattner | 2009-03-05 | 1 | -1/+6 |
* | When the parser is live, print out the location and spelling of its current t... | Chris Lattner | 2009-03-05 | 1 | -22/+16 |
* | Simplify the interface to ParseFunctionStatementBody to not take | Chris Lattner | 2009-03-05 | 1 | -1/+1 |
* | cleanup | Chris Lattner | 2009-02-27 | 1 | -1/+1 |
* | Clean up and document code modification hints. | Douglas Gregor | 2009-02-27 | 1 | -11/+9 |
* | change a diagnostic message from something pedantically correct but | Chris Lattner | 2009-02-27 | 1 | -3/+3 |
* | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor | 2009-02-26 | 1 | -1/+34 |
* | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -13/+23 |
* | Start processing template-ids as types when the template-name refers | Douglas Gregor | 2009-02-09 | 1 | -5/+11 |
* | Implement Declarator::getSourceRange(). | Sebastian Redl | 2009-02-09 | 1 | -6/+13 |
* | Put the invalid flag of OwningResult into the Action pointer. | Sebastian Redl | 2009-02-05 | 1 | -1/+1 |