PR43242: Fix crash when typo-correcting to an operator() that should not
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 9 Sep 2019 23:07:22 +0000 (23:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 9 Sep 2019 23:07:22 +0000 (23:07 +0000)
commit245ba2c25fef704abe8caa662c02b147eab12eac
treeb215b965cd15bf4de29f2d6b9b1fc4273b7833e7
parent06c8cb03caee18241263168cf4405b629940ab84
PR43242: Fix crash when typo-correcting to an operator() that should not
have been visible.

llvm-svn: 371468
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/lambda-expressions.cpp