[llvm] [llvm-debuginfo-analyzer] Rename LVElfReader.cpp[h] (PR #85530)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 16 07:40:22 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 12978b3e23a2766732595391c193e5631f40a3db 4389e9d2b8d142f5c58e17bea09dbc80b7b3b008 -- llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h llvm/lib/DebugInfo/LogicalView/Readers/LVDWARFReader.cpp llvm/unittests/DebugInfo/LogicalView/DWARFReaderTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h b/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h
index 2417ad0d5c..22e804a459 100644
--- a/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h
+++ b/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h
@@ -129,7 +129,7 @@ protected:
 public:
   LVDWARFReader() = delete;
   LVDWARFReader(StringRef Filename, StringRef FileFormatName,
-              object::ObjectFile &Obj, ScopedPrinter &W)
+                object::ObjectFile &Obj, ScopedPrinter &W)
       : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF),
         Obj(Obj) {}
   LVDWARFReader(const LVDWARFReader &) = delete;

``````````

</details>


https://github.com/llvm/llvm-project/pull/85530


More information about the llvm-commits mailing list