[llvm] Minimal unwinding information (DWARF CFI) checker (PR #145633)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 24 21:51:41 PDT 2025


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 HEAD~1 HEAD --extensions h,cpp -- llvm/include/llvm/UnwindInfoChecker/FunctionUnitAnalyzer.h llvm/include/llvm/UnwindInfoChecker/FunctionUnitStreamer.h llvm/include/llvm/UnwindInfoChecker/FunctionUnitUnwindInfoAnalyzer.h llvm/include/llvm/UnwindInfoChecker/UnwindInfoAnalysis.h llvm/include/llvm/UnwindInfoChecker/UnwindInfoState.h llvm/lib/UnwindInfoChecker/FunctionUnitAnalyzer.cpp llvm/lib/UnwindInfoChecker/FunctionUnitStreamer.cpp llvm/lib/UnwindInfoChecker/FunctionUnitUnwindInfoAnalyzer.cpp llvm/lib/UnwindInfoChecker/Registers.h llvm/lib/UnwindInfoChecker/UnwindInfoAnalysis.cpp llvm/lib/UnwindInfoChecker/UnwindInfoState.cpp llvm/include/llvm/DebugInfo/DWARF/DWARFCFIProgram.h llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h llvm/tools/llvm-mc/llvm-mc.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFCFIProgram.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFCFIProgram.h
index 5613a3e21..79a2be7ef 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/DWARFCFIProgram.h
+++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFCFIProgram.h
@@ -144,7 +144,6 @@ private:
   const uint64_t CodeAlignmentFactor;
   const int64_t DataAlignmentFactor;
   Triple::ArchType Arch;
-
 };
 
 } // end namespace dwarf

``````````

</details>


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


More information about the llvm-commits mailing list