]> granicus.if.org Git - clang/commit
Fix regression in r197623: only diagnose a by-copy capture of an incomplete
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 21 Jan 2014 23:27:46 +0000 (23:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 21 Jan 2014 23:27:46 +0000 (23:27 +0000)
commit8b969a8b07d34318c16362dc25e3502ba085aaf9
tree27b97b3576a17be974d38ac76811430024bfdaa2
parenta19edf4fd6500b256154f8b5e89e6231735f3ba7
Fix regression in r197623: only diagnose a by-copy capture of an incomplete
type if the capture is, actually, by copy.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199772 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/lambda-expressions.cpp