| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -1/+0 |
* | Accept the C++0x override control keywords as an extension in C++98. This is ... | Anders Carlsson | 2011-01-22 | 1 | -2/+10 |
* | Mark classes as final or explicit. Diagnose when a class marked 'final' is us... | Anders Carlsson | 2011-01-22 | 1 | -1/+2 |
* | Parse class-virt-specifier-seqs. | Anders Carlsson | 2011-01-22 | 1 | -11/+69 |
* | More work on ClassVirtSpecifiers. | Anders Carlsson | 2011-01-22 | 1 | -1/+1 |
* | Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. | Anders Carlsson | 2011-01-20 | 1 | -1/+1 |
* | Lazily initialize the 'final' and 'override' contextual keywords as suggested... | Anders Carlsson | 2011-01-20 | 1 | -0/+6 |
* | Parse the optional semicolon after a C++ in-class member function | Douglas Gregor | 2011-01-19 | 1 | -0/+12 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -2/+1 |
* | Remove dead code. | Anders Carlsson | 2011-01-17 | 1 | -5/+0 |
* | Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. | Anders Carlsson | 2011-01-17 | 1 | -8/+31 |
* | Begin work on supporting "N3206: Override control: Eliminating Attributes", from | Anders Carlsson | 2011-01-16 | 1 | -1/+45 |
* | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -1/+1 |
* | Implement pack expansion of base initializers, so that we can | Douglas Gregor | 2011-01-04 | 1 | -3/+8 |
* | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 1 | -1/+8 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -88/+59 |
* | Extend the parser to support pack expansions within exception | Douglas Gregor | 2010-12-20 | 1 | -2/+13 |
* | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -1/+1 |
* | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara | 2010-12-03 | 1 | -1/+1 |
* | In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see | Craig Silverstein | 2010-11-18 | 1 | -1/+1 |
* | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek | 2010-11-10 | 1 | -16/+16 |
* | Diagnose attempst to template using declarations and using directives. | John McCall | 2010-11-10 | 1 | -14/+42 |
* | tidy up | Chris Lattner | 2010-11-09 | 1 | -5/+5 |
* | fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being... | Chris Lattner | 2010-11-09 | 1 | -1/+0 |
* | Tag references shouldn't ever get template parameter lists. | John McCall | 2010-10-19 | 1 | -4/+9 |
* | Redirect templated friend class decls to a new Sema callback and | John McCall | 2010-10-19 | 1 | -3/+14 |
* | Parse default arguments within member functions in source order, from | Douglas Gregor | 2010-10-12 | 1 | -9/+7 |
* | Add parsing support for Microsoft attributes. MS attributes will just be skip... | Francois Pichet | 2010-10-11 | 1 | -0/+26 |
* | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -1/+2 |
* | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+19 |
* | Allow the use of C++0x deleted functions as an extension in C++98. | Anders Carlsson | 2010-09-24 | 1 | -1/+3 |
* | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor | 2010-09-09 | 1 | -2/+1 |
* | Improve recovery when there is a stray ']' or ')' before the ';' at | Douglas Gregor | 2010-09-07 | 1 | -3/+4 |
* | Improve recovery when a comma is missing between enumerators in an | Douglas Gregor | 2010-09-07 | 1 | -5/+5 |
* | Improve diagnostic and recovery when missing a comma between base or | Douglas Gregor | 2010-09-07 | 1 | -0/+6 |
* | Enable inline namespaces in C++03 as an extension. | Sebastian Redl | 2010-08-31 | 1 | -0/+4 |
* | Basic code completion support for the base and member initializers in | Douglas Gregor | 2010-08-28 | 1 | -6/+13 |
* | Parser support for inline namespaces | Sebastian Redl | 2010-08-27 | 1 | -7/+14 |
* | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -27/+25 |
* | Parse all kinds of declarations as part of a linkage-specification, | Douglas Gregor | 2010-08-24 | 1 | -1/+1 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -8/+8 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -33/+31 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -2/+3 |
* | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -3/+3 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -4/+4 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -35/+35 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -3/+3 |
* | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis | 2010-08-11 | 1 | -2/+2 |
* | Allow multiple __declspec attributes after a class-key. | John McCall | 2010-08-05 | 1 | -1/+1 |
* | Fixed typedef inside extern "C". | Abramo Bagnara | 2010-07-30 | 1 | -0/+1 |