| Commit message (Expand) | Author | Age | Files | Lines |
* | P0217R3: template instantiation support for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -10/+7 |
* | Remove unused and undesirable reference from BindingDecl to DecompositionDecl. | Richard Smith | 2016-08-12 | 1 | -1/+1 |
* | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -2/+3 |
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -0/+748 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -1/+2 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+1 |
* | Push alias-declarations and alias-template declarations into scope even if | Richard Smith | 2016-07-15 | 1 | -3/+1 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-06 | 1 | -3/+2 |
* | Re-land "[MS] Don't expect vftables to be provided for extern template instan... | Reid Kleckner | 2016-06-29 | 1 | -13/+11 |
* | Mark inheriting constructors as deleted if the corresponding defaulted default | Richard Smith | 2016-06-29 | 1 | -22/+62 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -403/+345 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -0/+3 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -3/+3 |
* | Re-commit r273548, reverted in r273589, with a fix to not produce | Richard Smith | 2016-06-23 | 1 | -4/+4 |
* | Revert r273548, "Rearrange condition handling so that semantic checks on a co... | Peter Collingbourne | 2016-06-23 | 1 | -4/+4 |
* | Rearrange condition handling so that semantic checks on a condition variable | Richard Smith | 2016-06-23 | 1 | -4/+4 |
* | Remove a few gendered pronouns. | Nico Weber | 2016-06-10 | 1 | -1/+1 |
* | Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful. | Richard Smith | 2016-06-10 | 1 | -2/+19 |
* | [Sema] Don't permit catching variably modified types | David Majnemer | 2016-06-08 | 1 | -0/+5 |
* | [modules] Ask the canonical decl whether the constructor was defaulted. | Vassil Vassilev | 2016-05-24 | 1 | -4/+4 |
* | [MSVC2015] dllexport for defaulted special class members | Dmitry Polukhin | 2016-05-24 | 1 | -29/+52 |
* | When typo-correcting a using-declaration, actually correct the name of the | Richard Smith | 2016-05-14 | 1 | -0/+4 |
* | Use marginally more appropriate functions to detect if we should declare an | Richard Smith | 2016-05-13 | 1 | -3/+4 |
* | [ms][dll] #27212: Generating of implicit special members should take into acc... | Dmitry Polukhin | 2016-05-13 | 1 | -4/+6 |
* | Add support for derived class special members hiding functions brought in from | Richard Smith | 2016-05-13 | 1 | -35/+72 |
* | Preserve the FoundDecl when performing overload resolution for constructors. | Richard Smith | 2016-05-11 | 1 | -5/+9 |
* | Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio... | Richard Smith | 2016-05-05 | 1 | -0/+14 |
* | Fix implementation of C++'s restrictions on using-declarations referring to e... | Richard Smith | 2016-05-05 | 1 | -5/+17 |
* | Fix crash in BuildCXXDefaultInitExpr. | Reid Kleckner | 2016-04-29 | 1 | -2/+13 |
* | Make sure CheckDestructor gets called on dllimported classes if the vtable is... | Hans Wennborg | 2016-04-13 | 1 | -7/+14 |
* | Diagnose template alias declarations in local classes. | Richard Smith | 2016-04-06 | 1 | -0/+4 |
* | Fix bug in using shadow decl checking: a using shadow decl should not conflict | Richard Smith | 2016-02-27 | 1 | -0/+6 |
* | [dllexport] Sort out emission order of delayed exported classes | Reid Kleckner | 2016-02-26 | 1 | -0/+4 |
* | Improve diagnostics for ill-formed literal operator declarations. | Richard Smith | 2016-02-17 | 1 | -86/+144 |
* | [Sema] Remove stray semicolons. | David Majnemer | 2016-01-26 | 1 | -2/+2 |
* | [Sema] Incomplete types are OK for covariant returns | David Majnemer | 2016-01-26 | 1 | -12/+13 |
* | [Sema] Suppress diags in overload resolution. | George Burgess IV | 2016-01-13 | 1 | -8/+11 |
* | [modules] Don't diagnose a conflict between two using-declarations that name ... | Richard Smith | 2016-01-12 | 1 | -0/+4 |
* | [OpenCL] Pipe type support | Xiuli Pan | 2016-01-09 | 1 | -0/+1 |
* | [MSVC Compat] Diagnose multiple default ctors for dllexport'd classes | David Majnemer | 2015-12-31 | 1 | -1/+23 |
* | When a namespace alias redeclares a using declaration, point the diagnostic at | Richard Smith | 2015-12-29 | 1 | -4/+4 |
* | Model NamespaceAliasDecls as having their nominated namespace as an underlying | Richard Smith | 2015-12-29 | 1 | -8/+9 |
* | Teach typo correction to properly handle mapping declarations to their | Richard Smith | 2015-12-29 | 1 | -1/+1 |
* | Do not crash if class is defined in wrong scope. | Serge Pavlov | 2015-12-28 | 1 | -1/+3 |
* | [Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC | Craig Topper | 2015-12-27 | 1 | -10/+10 |
* | Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC" | Craig Topper | 2015-12-25 | 1 | -10/+10 |
* | [Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC | Craig Topper | 2015-12-24 | 1 | -10/+10 |
* | Split RequireCompleteType into a function that actually requires that the type | Richard Smith | 2015-12-18 | 1 | -51/+22 |
* | Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call | Richard Smith | 2015-12-18 | 1 | -10/+19 |
* | Preserve source location information for qualified names used in a constructor | Richard Smith | 2015-12-12 | 1 | -2/+7 |