| Commit message (Expand) | Author | Age | Files | Lines |
* | Move these virtual methods out of line. | Rafael Espindola | 2013-11-26 | 1 | -2/+10 |
* | Take cv-qualifiers on fields of class type into account when determining | Richard Smith | 2013-11-25 | 1 | -0/+7 |
* | Add class-specific operator new to Decl hierarchy. This guarantees that Decls | Richard Smith | 2013-11-22 | 1 | -86/+83 |
* | Implement final resolution of DR1402: implicitly-declared move operators that | Richard Smith | 2013-11-04 | 1 | -1/+0 |
* | Refactor out the circular reference to LambdaExpr in CXXRecordDecl. | Faisal Vali | 2013-10-23 | 1 | -5/+9 |
* | Revert r193223 and r193216. | Rafael Espindola | 2013-10-23 | 1 | -9/+5 |
* | Remove the circular reference to LambdaExpr in CXXRecordDecl. | Faisal Vali | 2013-10-23 | 1 | -5/+9 |
* | Rename some functions for consistency. | Rafael Espindola | 2013-10-17 | 1 | -1/+1 |
* | [ms-cxxabi] Fix the calling convention for operator new in records | Reid Kleckner | 2013-10-08 | 1 | -15/+2 |
* | Fix windows newlines :( | Faisal Vali | 2013-09-29 | 1 | -19/+19 |
* | Implement conversion to function pointer for generic lambdas without captures. | Faisal Vali | 2013-09-29 | 1 | -6/+15 |
* | Per latest drafting, switch to implementing init-captures as if by declaring | Richard Smith | 2013-09-28 | 1 | -0/+1 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-09-26 | 1 | -2/+44 |
* | Mark lambda closure classes as being implicitly-generated. | James Dennett | 2013-09-05 | 1 | -0/+1 |
* | Don't eagerly load all conversion operators when loading a class declaration | Richard Smith | 2013-08-30 | 1 | -25/+41 |
* | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek | 2013-08-22 | 1 | -44/+1 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-08-22 | 1 | -1/+44 |
* | Improve clarity/consistency of a few UsingDecl methods and related helpers. | Enea Zaffanella | 2013-07-22 | 1 | -2/+2 |
* | Fix bug in computing POD-for-layout. | Eli Friedman | 2013-07-20 | 1 | -1/+1 |
* | Fixed source range of C++03 access declarations. | Enea Zaffanella | 2013-07-17 | 1 | -0/+12 |
* | Fix crash on zero-argument assignment operator. | Eli Friedman | 2013-07-11 | 1 | -2/+4 |
* | Lazily deserialize the "first' friend declaration when deserializing a class | Richard Smith | 2013-06-26 | 1 | -1/+1 |
* | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 1 | -5/+3 |
* | Add r180263 back, but fix hasBraces() to be correct during parsing. | Rafael Espindola | 2013-04-26 | 1 | -3/+3 |
* | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith | 2013-04-22 | 1 | -3/+3 |
* | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -2/+5 |
* | Fix the storage class of method instantiations. | Rafael Espindola | 2013-04-15 | 1 | -14/+1 |
* | <rdar://problem/12806802> Propagate access specifiers for conversion function... | Douglas Gregor | 2013-04-08 | 1 | -6/+12 |
* | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -3/+39 |
* | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -39/+3 |
* | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -3/+39 |
* | Ignore visibility from enclosing template arguments | John McCall | 2013-02-21 | 1 | -4/+0 |
* | Ensure that type definitions present in just-loaded modules are | Douglas Gregor | 2013-02-09 | 1 | -2/+7 |
* | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian | 2013-01-25 | 1 | -0/+5 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -1/+1 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -8/+8 |
* | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith | 2012-12-08 | 1 | -8/+90 |
* | Remove some remnants of the assumption that there is at most one of each | Richard Smith | 2012-12-08 | 1 | -124/+0 |
* | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith | 2012-12-08 | 1 | -17/+50 |
* | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 1 | -2/+10 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith | 2012-11-30 | 1 | -156/+82 |
* | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 1 | -107/+140 |
* | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis | 2012-11-28 | 1 | -10/+10 |
* | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -15/+19 |
* | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith | 2012-11-16 | 1 | -16/+8 |
* | PR14279: Work around this major miscompilation by treating move operations as | Richard Smith | 2012-11-14 | 1 | -5/+14 |
* | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman | 2012-09-19 | 1 | -2/+3 |
* | Normalize line endings of r163013 (part 2). | Joao Matos | 2012-08-31 | 1 | -16/+16 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -14/+16 |