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)
commite831690957130234e898be38f32795f5f062695d
tree3792cb35d0922a954bbe15210b5063412e5366d8
parent657117f82c7749e0750506d60013abc4757cd349
PR22354: Add a test that we emit copy-ctors for captures in generic lambdas.

The bug was fixed by r235921.

llvm-svn: 236254
clang/test/CodeGenCXX/cxx1y-generic-lambdas.cpp [new file with mode: 0644]