]> granicus.if.org Git - clang/commit
[SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 30 Jan 2016 01:51:20 +0000 (01:51 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 30 Jan 2016 01:51:20 +0000 (01:51 +0000)
commit056848c2f9bc5527fa2d7067b0e92c4214d05029
treeb2f5fa87431cabb1b01bd965a7762bfb5373c2f2
parent63f7c930852ffe13b07ef4182fdd6e01f02538aa
[SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.

rdar://22032373

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