[llvm] 2a957e3 - DWARFDebugFrame.h - fix Wdocumentation warning. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 02:57:55 PST 2021
Author: Simon Pilgrim
Date: 2021-02-05T10:57:38Z
New Revision: 2a957e3e877edac6d7352b1552b5bc53ccce34a2
URL: https://github.com/llvm/llvm-project/commit/2a957e3e877edac6d7352b1552b5bc53ccce34a2
DIFF: https://github.com/llvm/llvm-project/commit/2a957e3e877edac6d7352b1552b5bc53ccce34a2.diff
LOG: DWARFDebugFrame.h - fix Wdocumentation warning. NFCI.
Added:
Modified:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
index cc1cde7c4520..db6a13824a66 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
+++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
@@ -364,8 +364,9 @@ class UnwindTable {
///
/// This is an internal implementation that emulates the state machine
/// described in the DWARF Call Frame Information opcodes and will push
- /// CurrRow onto the Rows container when needed. \param CFID the CFI program
- /// that contains the opcodes from a CIE or FDE.
+ /// CurrRow onto the Rows container when needed.
+ ///
+ /// \param CFIP the CFI program that contains the opcodes from a CIE or FDE.
///
/// \param CurrRow the current row to modify while parsing the state machine.
///
More information about the llvm-commits
mailing list