[PATCH] D125780: [llvm-debuginfo-analyzer] 05 - Select elements

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 04:47:48 PDT 2022


CarlosAlbertoEnciso added inline comments.


================
Comment at: llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h:88
+
 public:
   void print(raw_ostream &OS, bool Full = true) const override;
----------------
probinson wrote:
> Repeated `public:`
Removed the repeated `public:`.


================
Comment at: llvm/include/llvm/DebugInfo/LogicalView/Core/LVReader.h:168
 
 public:
   void print(raw_ostream &OS) const;
----------------
probinson wrote:
> Here and above, more duplicate `public:`
Removed the repeated `public:`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125780/new/

https://reviews.llvm.org/D125780



More information about the llvm-commits mailing list