]> granicus.if.org Git - clang/commit
PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Mar 2014 21:11:32 +0000 (21:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Mar 2014 21:11:32 +0000 (21:11 +0000)
commit0733650b60a57b9fab2e1d8b3f26613fd4f46c53
tree171ccc1773f4a4bd478a9c83715ee0068c953a71
parenta31456a6461bb29e279112f1f6aaf61e560d1cc5
PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable
in a lambda capture.

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