[all-commits] [llvm/llvm-project] 75a5ec: [flang][msvc] Rework a MSVC work-around to avoid c...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Oct 1 16:53:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 75a5ec1bad18ae1d741830cc46946da00fed6ed9
https://github.com/llvm/llvm-project/commit/75a5ec1bad18ae1d741830cc46946da00fed6ed9
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M flang/lib/Evaluate/fold-implementation.h
Log Message:
-----------
[flang][msvc] Rework a MSVC work-around to avoid clang warning
A recent MSVC work-around patch is eliciting unused variable
warnings from clang; package the lambda reference arguments
into a struct to avoid the warning.
Differential revision: https://reviews.llvm.org/D88695
More information about the All-commits
mailing list