[PATCH] D125780: [llvm-debuginfo-analyzer] 05 - Select elements
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 06:23:51 PDT 2022
probinson added a comment.
Looks like the patch needs to be updated with the latest changes.
================
Comment at: llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h:278
+
public:
void print(raw_ostream &OS, bool Full = true) const override;
----------------
No need to repeat public:
================
Comment at: llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h:116
+
public:
void print(raw_ostream &OS, bool Full = true) const override;
----------------
No need to repeat public:
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125780/new/
https://reviews.llvm.org/D125780
More information about the llvm-commits
mailing list