[all-commits] [llvm/llvm-project] b1b9cd: [clang]set invalid for lambda which missing captur...
Congcong Cai via All-commits
all-commits at lists.llvm.org
Fri Oct 27 08:52:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1b9cd4e457dc3c5d7e59104d5502da23295e49c
https://github.com/llvm/llvm-project/commit/b1b9cd4e457dc3c5d7e59104d5502da23295e49c
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaExprCXX.cpp
M clang/test/SemaCXX/lambda-expressions.cpp
Log Message:
-----------
[clang]set invalid for lambda which missing capture `this` (#70432)
It can suppression further crash.
Fixes: #67687
More information about the All-commits
mailing list