[all-commits] [llvm/llvm-project] 3b8979: Reintroduce accidentally deleted "protected" keywo...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Tue Oct 24 09:27:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b897943045c00509af586a7fbe95fbeaf32c12e
https://github.com/llvm/llvm-project/commit/3b897943045c00509af586a7fbe95fbeaf32c12e
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Log Message:
-----------
Reintroduce accidentally deleted "protected" keyword in SymbolFileDWARF (#69990)
The "protected" was accidentally removed during refactoring of
SymbolFileDWARF. Reintroduce it and also make DWARFASTParser a friend
class since 040c4f4d98f3306e068521e3c218bdbc170f81f3 was merged and
won't build without it, as it dependeds on a method which was made
public by accident.
More information about the All-commits
mailing list