| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR10359: Template declarations which define classes are not permitted to also... | Richard Smith | 2011-07-14 | 1 | -0/+5 |
* | Fix AST representations of alias-declarations which define tag types. Inside ... | Richard Smith | 2011-07-01 | 1 | -4/+7 |
* | When deciding how to parse "= something" as part of a member | Douglas Gregor | 2011-06-25 | 1 | -2/+2 |
* | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis | 2011-06-22 | 1 | -10/+3 |
* | Don't assert on initialized typedef declarations in classes: | Richard Smith | 2011-06-12 | 1 | -1/+3 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -42/+120 |
* | Parse C++0x generalized initializers. | Sebastian Redl | 2011-06-05 | 1 | -21/+28 |
* | Silence sign compare warning. | Benjamin Kramer | 2011-05-26 | 1 | -4/+4 |
* | Add a fix-it and better error recovery for improperly nested namespaces. Thi... | Richard Trieu | 2011-05-26 | 1 | -7/+86 |
* | Add support for Microsoft __if_exists, __if_not_exists extension at class scope. | Francois Pichet | 2011-05-25 | 1 | -0/+67 |
* | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -1/+1 |
* | Implement __underlying_type for libc++. | Alexis Hunt | 2011-05-19 | 1 | -0/+36 |
* | Properly parse the 'default' and 'delete' keywords. | Alexis Hunt | 2011-05-12 | 1 | -22/+29 |
* | In Microsoft mode, allow pure specifier (=0) on inline functions declared at ... | Francois Pichet | 2011-05-11 | 1 | -2/+13 |
* | Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. | Alexis Hunt | 2011-05-06 | 1 | -6/+6 |
* | Do defaulted constructors properly. | Alexis Hunt | 2011-05-06 | 1 | -1/+10 |
* | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -13/+1 |
* | Slight tweak to alias template error handling: don't guess that a template-id... | Richard Smith | 2011-05-05 | 1 | -1/+2 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -11/+37 |
* | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -1/+13 |
* | When parsing a template friend declaration we dropped the template | Chandler Carruth | 2011-05-03 | 1 | -1/+1 |
* | Fixed source range for extern linkage specification without braces. | Abramo Bagnara | 2011-05-01 | 1 | -0/+5 |
* | White-list yet more type trait names, since they're used as | Douglas Gregor | 2011-04-29 | 1 | -10/+20 |
* | libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our ... | Douglas Gregor | 2011-04-29 | 1 | -1/+2 |
* | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+2 |
* | t/clang/type-traits | John Wiegley | 2011-04-27 | 1 | -16/+13 |
* | Make the invalid declarator recovery when parsing members work the same as wh... | Sebastian Redl | 2011-04-24 | 1 | -1/+1 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -10/+44 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | C1X: implement static asserts | Peter Collingbourne | 2011-04-15 | 1 | -5/+13 |
* | Parse an '@' in an Objective-C++ class member specification, | Douglas Gregor | 2011-04-14 | 1 | -0/+11 |
* | Fixup comments. | Anders Carlsson | 2011-03-25 | 1 | -1/+1 |
* | Remove the last of ClassVirtSpecifiers. | Anders Carlsson | 2011-03-25 | 1 | -53/+14 |
* | Replace the call to ParseOptionalCXX0XClassVirtSpecifierSeq with code to only... | Anders Carlsson | 2011-03-25 | 1 | -5/+18 |
* | Get rid of handling of the 'explicit' keyword from class-head. We still parse... | Anders Carlsson | 2011-03-25 | 1 | -1/+4 |
* | Remove 'new' from virt-specifier since it's going to be removed in the next C... | Anders Carlsson | 2011-03-25 | 1 | -4/+0 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -19/+17 |
* | Use ElaboratedType also for C. | Abramo Bagnara | 2011-03-16 | 1 | -7/+5 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -3/+8 |
* | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -2/+2 |
* | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -4/+5 |
* | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
* | Parser support for noexcept specifications. | Sebastian Redl | 2011-03-05 | 1 | -17/+84 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -19/+19 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -3/+1 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -2/+6 |
* | PR9037: Allow override, final, and new as an extension on inline members. | Nico Weber | 2011-01-28 | 1 | -2/+5 |
* | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson | 2011-01-23 | 1 | -4/+1 |