summaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+149
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-149/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+149
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-211-14/+14
* If capturing a variable fails, add a capture anyway (and mark itRichard Smith2019-05-281-0/+7
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-212-4/+64
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-211-0/+8
* [Sema] Remove location from implicit capture init exprVedant Kumar2018-09-132-4/+4
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-2/+2
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-0/+7
* PR37450: Fix bug that disabled some type checks for variables with deduced ty...Richard Smith2018-05-141-2/+10
* [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali2017-08-191-2/+2
* [Sema] Add warning for unused lambda capturesMalcolm Parsons2017-01-135-5/+5
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-2/+2
* PR23281: Fix implementation of DR1891 to implement the intent: that is, aRichard Smith2016-11-161-2/+2
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-0/+10
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-2/+2
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+22
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-2/+3
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-251-1/+1
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-5/+8
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-4/+4
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-4/+4
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-4/+4
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-272-6/+6
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-2/+2
* Update error message text.Serge Pavlov2015-01-181-2/+2
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-191-5/+2
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-172-2/+2
* DR1891, PR21787: a lambda closure type has no default constructor, rather thanRichard Smith2014-12-102-5/+5
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-2/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-3/+2
* PR21180: Lambda closure types are neither aggregates nor literal types.Richard Smith2014-10-071-0/+5
* More fixes for isBetterOverloadCandidate not being a strict weak ordering. TheRichard Smith2014-05-171-0/+18
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* Normalize line endingsDavid Majnemer2014-03-022-156/+156
* Don't allow 'this' within typedefs within classes that otherwise look like theyRichard Smith2014-01-171-0/+2
* Require the type of a by-copy capture to be complete before creating its field.Douglas Gregor2013-12-181-0/+9
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Delete the now unnecessary test/generic-lambda-unimplemented-1y.cppFaisal Vali2013-12-071-31/+0
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-073-7/+9
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-231-17/+0
* Revert r193223 and r193216.Rafael Espindola2013-10-231-0/+17
* Again: Teach TreeTransform and family how to transform generic Faisal Vali2013-10-231-17/+0
* Diagnose by-copy captures of abstract classes.Douglas Gregor2013-10-111-0/+12
* Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola2013-10-041-0/+17
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-17/+0
* Revert changes from the nested lambdas commit till i figure out Faisal Vali2013-10-031-0/+17
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-17/+0
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-23/+20