[all-commits] [llvm/llvm-project] 711a17: add explicit default initialization to DemangledNa...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Wed May 28 13:42:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 711a1779dcb4ed5616d5727d990b642a3593855f
https://github.com/llvm/llvm-project/commit/711a1779dcb4ed5616d5727d990b642a3593855f
Author: Charles Zablit <c_zablit at apple.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M lldb/unittests/Core/MangledTest.cpp
Log Message:
-----------
add explicit default initialization to DemangledNameInfo to remove warning (#141790)
https://github.com/llvm/llvm-project/pull/140762 introduces some
compilation warnings in `lldb/unittests/Core/MangledTest.cpp`. This
patch adds explicit default initialization to `DemangledNameInfo` to
suppress those warnings.
We only had the default initialization values to `PrefixRange` and
`SuffixRange` because they are the only _optional_ fields of the
structure.
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