[all-commits] [llvm/llvm-project] af3707: [MC] Avoid C++17 structured bindings
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 17 10:41:05 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: af3707c3b89f80ab7b43feb1345af24080105254
https://github.com/llvm/llvm-project/commit/af3707c3b89f80ab7b43feb1345af24080105254
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M llvm/lib/MC/MCContext.cpp
Log Message:
-----------
[MC] Avoid C++17 structured bindings
release/15.x uses C++14 and structured bindings trigger warnings in Clang/GCC
and errors in MSVC.
More information about the All-commits
mailing list