]> granicus.if.org Git - clang/commit
DR1891, PR21787: a lambda closure type has no default constructor, rather than
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Dec 2014 20:04:48 +0000 (20:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Dec 2014 20:04:48 +0000 (20:04 +0000)
commit851e89831f9cb57e037fe3050f19ae6f82117723
tree7428fd65bdd962f5d0e91cd371c879626ea9dfbd
parent9553df947e559cda9342a83dcf02d437c6ddd3e1
DR1891, PR21787: a lambda closure type has no default constructor, rather than
having a deleted default constructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223953 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
test/CXX/drs/dr18xx.cpp [new file with mode: 0644]
test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p3.cpp