[all-commits] [llvm/llvm-project] d8d793: Fix compatibility with retroactive C++23 change [NFC]
cor3ntin via All-commits
all-commits at lists.llvm.org
Wed Apr 13 13:58:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8d793f29b40767925578f721b35fba352d8296c
https://github.com/llvm/llvm-project/commit/d8d793f29b40767925578f721b35fba352d8296c
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M llvm/include/llvm/CodeGen/LiveInterval.h
Log Message:
-----------
Fix compatibility with retroactive C++23 change [NFC]
Referring to capture in parameter list is now ill-formed.
This change is made to prepare for https://reviews.llvm.org/D119136
More information about the All-commits
mailing list