[all-commits] [llvm/llvm-project] 5d1729: [lldb] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Sep 12 10:43:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d17293caaf0f62ea94fecc137b9b6f07c659dac
https://github.com/llvm/llvm-project/commit/5d17293caaf0f62ea94fecc137b9b6f07c659dac
Author: Kazu Hirata <kazu at google.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb] Fix a warning
This patch fixes:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2935:31:
error: designated initializers are a C++20 extension
[-Werror,-Wc++20-designator]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list