]> granicus.if.org Git - clang/commit
PR21180: Lambda closure types are neither aggregates nor literal types.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 7 Oct 2014 18:01:33 +0000 (18:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 7 Oct 2014 18:01:33 +0000 (18:01 +0000)
commit45991fc3792a1a9a8f3cdf6bd0ba4309a8225ddb
tree7b610a234da1f60c0943560628957a9920427fe0
parentf2860dfd80786e0d7b2ddc4a76a4bbd899326419
PR21180: Lambda closure types are neither aggregates nor literal types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219222 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
test/CXX/expr/expr.const/p2-0x.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p3.cpp
test/SemaCXX/cxx1y-generic-lambdas.cpp