Fix assertion failure if a lambda array-capture is followed by a this capture.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Apr 2015 21:41:14 +0000 (21:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Apr 2015 21:41:14 +0000 (21:41 +0000)
commit6d69e8c00bc1c5c06488e50823bd771c6fc02ced
treea7d7d9a2a41b455cd4ddfbe3e8cd9ecd110e9ca2
parente8da8096ece06fb2fe2ad847ad6ff61906f148db
Fix assertion failure if a lambda array-capture is followed by a this capture.

llvm-svn: 236043
clang/include/clang/Sema/ScopeInfo.h
clang/lib/Sema/SemaLambda.cpp
clang/test/CodeGenCXX/lambda-expressions.cpp