summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx2a-lambda-default-ctor-assign.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [cxx2a] P0624R2 fix: only lambdas with no lambda-capture are ↵David Blaikie2019-07-081-30/+15
| | | | | | | | | | | | | | default-constructible and assignable. This is a fix for rG864949 which only disabled default construction and assignment for lambdas with capture-defaults, where the C++2a draft disables them for lambdas with any lambda-capture at all. Patch by Logan Smith! Differential Revision: https://reviews.llvm.org/D64058 llvm-svn: 365406
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-271-0/+37
default-constructible and assignable. llvm-svn: 343279
OpenPOWER on IntegriCloud