| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a scoped object to manage entry/exit from a parser scope rather than expl... | Douglas Gregor | 2008-12-10 | 1 | -4/+4 |
| * | Modify the move emulation according to the excellent design of Howard Hinnant... | Sebastian Redl | 2008-12-10 | 1 | -2/+2 |
| * | Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult | Sebastian Redl | 2008-12-09 | 1 | -4/+4 |
| * | Consistently use smart pointers for stmt and expr nodes in parser local varia... | Sebastian Redl | 2008-12-09 | 1 | -12/+10 |
| * | Parse the exception-specification throw(...), a Microsoft extension | Douglas Gregor | 2008-12-01 | 1 | -5/+16 |
| * | Implement some suggestions by Daniel: | Argyrios Kyrtzidis | 2008-11-26 | 1 | -4/+2 |
| * | Use RAII objects to ensure proper destruction of expression and statement AST... | Sebastian Redl | 2008-11-25 | 1 | -6/+7 |
| * | Simple parsing of exception specifications, with no semantic analysis yet | Douglas Gregor | 2008-11-25 | 1 | -0/+33 |
| * | Tiny fix to the parsing of linkage-specifications | Douglas Gregor | 2008-11-21 | 1 | -2/+2 |
| * | Change a couple of the Parser::Diag methods to return DiagnosticInfo | Chris Lattner | 2008-11-18 | 1 | -13/+12 |
| * | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor | 2008-11-17 | 1 | -1/+1 |
| * | Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse... | Argyrios Kyrtzidis | 2008-11-08 | 1 | -6/+15 |
| * | Parsing, representation, and preliminary semantic analysis of destructors. | Douglas Gregor | 2008-11-05 | 1 | -17/+36 |
| * | Initial implementation of parsing, semantic analysis, and AST-building | Douglas Gregor | 2008-11-05 | 1 | -1/+96 |
| * | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta | 2008-10-31 | 1 | -4/+4 |
| * | Add representation of base classes in the AST, and verify that we | Douglas Gregor | 2008-10-22 | 1 | -7/+17 |
| * | Passing right brace location to ActOnFinishCXXClassDef is redundant, since it... | Argyrios Kyrtzidis | 2008-08-09 | 1 | -1/+1 |
| * | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis | 2008-08-01 | 1 | -1/+1 |
| * | Add Sema support for C++ classes. | Argyrios Kyrtzidis | 2008-07-01 | 1 | -6/+8 |
| * | Handle unnamed bitfields when parsing C++ classes. | Argyrios Kyrtzidis | 2008-06-28 | 1 | -26/+30 |
| * | Add parsing support for C++ classes. | Argyrios Kyrtzidis | 2008-06-24 | 1 | -1/+266 |
| * | Convert CRLF to LF. | Argyrios Kyrtzidis | 2008-05-01 | 1 | -3/+3 |
| * | Call ExitScope before ActOnFinishNamespaceDef. | Argyrios Kyrtzidis | 2008-04-27 | 1 | -2/+3 |
| * | Parsing of namespaces: | Argyrios Kyrtzidis | 2008-04-27 | 1 | -6/+14 |
| * | Make Parser::getAccessSpecifierIfPresent const, since it does not modify the ... | Douglas Gregor | 2008-04-14 | 1 | -2/+2 |
| * | This patch adds very basic support for parsing and type-checking class | Douglas Gregor | 2008-04-13 | 1 | -1/+232 |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+119 |