[all-commits] [llvm/llvm-project] e3476f: [lldb][gardening] Remove full name of "DWARFDIE" t...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Tue Oct 24 09:49:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3476f68af5dd5e7ed672ac688396d6d6fba09b4
https://github.com/llvm/llvm-project/commit/e3476f68af5dd5e7ed672ac688396d6d6fba09b4
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
Log Message:
-----------
[lldb][gardening] Remove full name of "DWARFDIE" type in GetTypeForDIE (#70062)
When moving the GetTypeForDIE function from DWARFASTParserClang to
DWARFASTParser, I kept the signature as-is. To match the rest of the
function signatures in DWARFASTParser, remove the full name
(lldb_private::plugin::dwarf::DWARFDIE -> DWARFDIE) in the signature of
DWARFASTParser::GetTypeForDIE.
More information about the All-commits
mailing list