]> granicus.if.org Git - clang/commit
[Parser] Fix TryParseLambdaIntroducer() error handling
authorJan Korous <jkorous@apple.com>
Mon, 6 Nov 2017 17:42:17 +0000 (17:42 +0000)
committerJan Korous <jkorous@apple.com>
Mon, 6 Nov 2017 17:42:17 +0000 (17:42 +0000)
commit0b7495e18087b0676af7e25a18f1434dc40b963b
treecb3bac2c8afaf560cf322953901caf3cc31a5079
parent157a622d78eb0e71dcef8ec08ebed2d20ca1772f
[Parser] Fix TryParseLambdaIntroducer() error handling

rdar://35066196

Differential Revision: https://reviews.llvm.org/D39419

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317493 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExprCXX.cpp
test/Parser/objcxx11-invalid-lambda.cpp [new file with mode: 0644]