Age | Commit message (Expand) | Author |
2009-01-06 | - Various comment typo fixes in Sema.h | Chris Lattner |
2009-01-06 | rename MaybeParseCXXScopeSpecifier -> ParseOptionalCXXScopeSpecifier and | Chris Lattner |
2009-01-06 | minor code cleanups, reduce indentation since 'if' block can't fall through. | Chris Lattner |
2009-01-05 | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor |
2008-12-30 | Parser support for C++ using directives, from Piotr Rak | Douglas Gregor |
2008-12-24 | Add explicit "fuzzy" parse support for Microsoft declspec. | Steve Naroff |
2008-12-24 | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor |
2008-12-18 | implement PR3177 - "__extension__ union" not supported in C++ mode | Chris Lattner |
2008-12-16 | Make linkage-specifications hold on to all of their declarations | Douglas Gregor |
2008-12-16 | Delay parsing of default arguments of member functions until the class | Douglas Gregor |
2008-12-10 | Use a scoped object to manage entry/exit from a parser scope rather than expl... | Douglas Gregor |
2008-12-10 | Modify the move emulation according to the excellent design of Howard Hinnant... | Sebastian Redl |
2008-12-09 | Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult | Sebastian Redl |
2008-12-09 | Consistently use smart pointers for stmt and expr nodes in parser local varia... | Sebastian Redl |
2008-12-01 | Parse the exception-specification throw(...), a Microsoft extension | Douglas Gregor |
2008-11-26 | Implement some suggestions by Daniel: | Argyrios Kyrtzidis |
2008-11-25 | Use RAII objects to ensure proper destruction of expression and statement AST... | Sebastian Redl |
2008-11-25 | Simple parsing of exception specifications, with no semantic analysis yet | Douglas Gregor |
2008-11-21 | Tiny fix to the parsing of linkage-specifications | Douglas Gregor |
2008-11-18 | Change a couple of the Parser::Diag methods to return DiagnosticInfo | Chris Lattner |
2008-11-17 | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor |
2008-11-08 | Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse... | Argyrios Kyrtzidis |
2008-11-05 | Parsing, representation, and preliminary semantic analysis of destructors. | Douglas Gregor |
2008-11-05 | Initial implementation of parsing, semantic analysis, and AST-building | Douglas Gregor |
2008-10-31 | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta |
2008-10-22 | Add representation of base classes in the AST, and verify that we | Douglas Gregor |
2008-08-09 | Passing right brace location to ActOnFinishCXXClassDef is redundant, since it... | Argyrios Kyrtzidis |
2008-08-01 | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis |
2008-07-01 | Add Sema support for C++ classes. | Argyrios Kyrtzidis |
2008-06-28 | Handle unnamed bitfields when parsing C++ classes. | Argyrios Kyrtzidis |
2008-06-24 | Add parsing support for C++ classes. | Argyrios Kyrtzidis |
2008-05-01 | Convert CRLF to LF. | Argyrios Kyrtzidis |
2008-04-27 | Call ExitScope before ActOnFinishNamespaceDef. | Argyrios Kyrtzidis |
2008-04-27 | Parsing of namespaces: | Argyrios Kyrtzidis |
2008-04-14 | Make Parser::getAccessSpecifierIfPresent const, since it does not modify the ... | Douglas Gregor |
2008-04-13 | This patch adds very basic support for parsing and type-checking class | Douglas Gregor |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |