llvm-project/clang/test/CXX/special
Richard Smith b3d203ff7f PR24164, PR39336: init-captures are not distinct full-expressions.
Rather, they are subexpressions of the enclosing lambda-expression, and
any temporaries in them are destroyed at the end of that
full-expression, or when the corresponding lambda-expression is
destroyed if they are lifetime-extended.

llvm-svn: 344801
2018-10-19 19:01:34 +00:00
..
class.conv/class.conv.ctor
class.copy [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only 2018-09-28 01:16:43 +00:00
class.ctor [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only 2018-09-28 01:16:43 +00:00
class.dtor [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only 2018-09-28 01:16:43 +00:00
class.free
class.inhctor [Sema] Use %sub to cleanup overload diagnostics 2018-05-30 01:00:41 +00:00
class.init Fix typos in clang 2018-04-06 15:14:32 +00:00
class.temporary PR24164, PR39336: init-captures are not distinct full-expressions. 2018-10-19 19:01:34 +00:00