[all-commits] [llvm/llvm-project] 36ec4d: [LiveDebugValues] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Aug 22 10:57:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36ec4deca56558e8912fc0708ac342f1f2ef4506
https://github.com/llvm/llvm-project/commit/36ec4deca56558e8912fc0708ac342f1f2ef4506
Author: Kazu Hirata <kazu at google.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
Log Message:
-----------
[LiveDebugValues] Fix a warning
This patch fixes:
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h:330:5: error:
anonymous types declared in an anonymous union are an extension
[-Werror,-Wnested-anon-types]
More information about the All-commits
mailing list