]> granicus.if.org Git - clang/commit
PR22354: Add a test that we emit copy-ctors for captures in generic lambdas.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Apr 2015 20:51:03 +0000 (20:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Apr 2015 20:51:03 +0000 (20:51 +0000)
commit4e7797e6e1aecf271420a28a3e246d0a652c6a84
tree6958ec30ce32407393a886c46f60dc6597bb49c8
parentb13f5adf4637a3d03f4c084ff8ec53da8515e3b8
PR22354: Add a test that we emit copy-ctors for captures in generic lambdas.

The bug was fixed by r235921.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236254 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/cxx1y-generic-lambdas.cpp [new file with mode: 0644]