[all-commits] [llvm/llvm-project] 98062d: Revert "[Clang] Add captures to the instantiation ...
cor3ntin via All-commits
all-commits at lists.llvm.org
Thu Sep 7 00:51:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98062d8fefbd3539a63e7e6a85ff12a41543357c
https://github.com/llvm/llvm-project/commit/98062d8fefbd3539a63e7e6a85ff12a41543357c
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaConcept.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/SemaCXX/lambda-capture-type-deduction.cpp
Log Message:
-----------
Revert "[Clang] Add captures to the instantiation scope of lambda call operators"
The change causes some libcxx regressions
This reverts commit eaf725bc9371a6699902d67d97662caaa3332799.
More information about the All-commits
mailing list