[all-commits] [llvm/llvm-project] b20351: [flang] Fix warning from clang 16 on recent patch
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Oct 29 12:45:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b203511c4fc131c8010ff7c699ea6fb3b8d6326e
https://github.com/llvm/llvm-project/commit/b203511c4fc131c8010ff7c699ea6fb3b8d6326e
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
Log Message:
-----------
[flang] Fix warning from clang 16 on recent patch
Add an explicit empty initializer to a new struct member definition
to silence warnings from clang 16 about missing initializers.
More information about the All-commits
mailing list