Age | Commit message (Expand) | Author |
2011-05-05 | Slight tweak to alias template error handling: don't guess that a template-id... | Richard Smith |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-05-05 | Implement some framework for defaulted constructors. | Sean Hunt |
2011-05-03 | When parsing a template friend declaration we dropped the template | Chandler Carruth |
2011-05-01 | Fixed source range for extern linkage specification without braces. | Abramo Bagnara |
2011-04-29 | White-list yet more type trait names, since they're used as | Douglas Gregor |
2011-04-29 | libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our ... | Douglas Gregor |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-27 | t/clang/type-traits | John Wiegley |
2011-04-24 | Make the invalid declarator recovery when parsing members work the same as wh... | Sebastian Redl |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: implement static asserts | Peter Collingbourne |
2011-04-14 | Parse an '@' in an Objective-C++ class member specification, | Douglas Gregor |
2011-03-25 | Fixup comments. | Anders Carlsson |
2011-03-25 | Remove the last of ClassVirtSpecifiers. | Anders Carlsson |
2011-03-25 | Replace the call to ParseOptionalCXX0XClassVirtSpecifierSeq with code to only... | Anders Carlsson |
2011-03-25 | Get rid of handling of the 'explicit' keyword from class-head. We still parse... | Anders Carlsson |
2011-03-25 | Remove 'new' from virt-specifier since it's going to be removed in the next C... | Anders Carlsson |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-16 | Use ElaboratedType also for C. | Abramo Bagnara |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-08 | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara |
2011-03-08 | Fixed NamespaceDecl source range. | Abramo Bagnara |
2011-03-05 | Parser support for noexcept specifications. | Sebastian Redl |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor |
2011-03-01 | Reinstate r126737, extending the generation of type-source location | Douglas Gregor |
2011-02-14 | When parsing an out-of-line member function declaration, we must delay | John McCall |
2011-01-28 | PR9037: Allow override, final, and new as an extension on inline members. | Nico Weber |
2011-01-23 | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson |
2011-01-23 | Get rid of the [[final]] C++0x attribute. | Anders Carlsson |
2011-01-22 | Accept the C++0x override control keywords as an extension in C++98. This is ... | Anders Carlsson |
2011-01-22 | Mark classes as final or explicit. Diagnose when a class marked 'final' is us... | Anders Carlsson |
2011-01-22 | Parse class-virt-specifier-seqs. | Anders Carlsson |
2011-01-22 | More work on ClassVirtSpecifiers. | Anders Carlsson |
2011-01-20 | Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. | Anders Carlsson |
2011-01-20 | Lazily initialize the 'final' and 'override' contextual keywords as suggested... | Anders Carlsson |
2011-01-19 | Parse the optional semicolon after a C++ in-class member function | Douglas Gregor |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2011-01-17 | Remove dead code. | Anders Carlsson |
2011-01-17 | Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. | Anders Carlsson |
2011-01-16 | Begin work on supporting "N3206: Override control: Eliminating Attributes", from | Anders Carlsson |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-20 | Extend the parser to support pack expansions within exception | Douglas Gregor |