[all-commits] [llvm/llvm-project] b017b4: [lldb][DWARF] Remove object_pointer from ParsedDWA...
Michael Buch via All-commits
all-commits at lists.llvm.org
Fri Jun 20 08:02:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b017b4ce9a45d4c5a339e24142da5d4a7e4c5db1
https://github.com/llvm/llvm-project/commit/b017b4ce9a45d4c5a339e24142da5d4a7e4c5db1
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
Log Message:
-----------
[lldb][DWARF] Remove object_pointer from ParsedDWARFAttributes (#144880)
We can just always use `GetCXXObjectParameter` instead. We've only used
this attribute to set the object parameter name on ClangASTMetadata,
which doesn't seem like good enough justification to keep it around.
Depends on https://github.com/llvm/llvm-project/pull/144879
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