diff options
author | Charles Zablit <c_zablit@apple.com> | 2025-05-28 21:41:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 21:41:45 +0100 |
commit | 711a1779dcb4ed5616d5727d990b642a3593855f (patch) | |
tree | 2184ba13ed3e7b0b28f5816825b89f0f1e1f18a5 /clang/lib/CIR/CodeGen/CIRGenModule.cpp | |
parent | 0d7b34bfc10ba789541d736d68c24eb8d5666ce4 (diff) | |
download | llvm-711a1779dcb4ed5616d5727d990b642a3593855f.zip llvm-711a1779dcb4ed5616d5727d990b642a3593855f.tar.gz llvm-711a1779dcb4ed5616d5727d990b642a3593855f.tar.bz2 |
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.
Diffstat (limited to 'clang/lib/CIR/CodeGen/CIRGenModule.cpp')
0 files changed, 0 insertions, 0 deletions