[llvm] r332239 - Fix Wdocumentation warnings. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 05:22:31 PDT 2018
Author: rksimon
Date: Mon May 14 05:22:30 2018
New Revision: 332239
URL: http://llvm.org/viewvc/llvm-project?rev=332239&view=rev
Log:
Fix Wdocumentation warnings. NFCI.
Modified:
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.h
Modified: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h?rev=332239&r1=332238&r2=332239&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h Mon May 14 05:22:30 2018
@@ -337,7 +337,7 @@ public:
/// Helper function for DWARFDebugLine parse functions, to report issues that
/// prevent parsing the remainder of the table as warnings.
///
- /// \param Error The Error to report.
+ /// \param Err The Error to report.
static void warnForError(Error Err);
private:
Modified: llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.h?rev=332239&r1=332238&r2=332239&view=diff
==============================================================================
--- llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.h (original)
+++ llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.h Mon May 14 05:22:30 2018
@@ -281,7 +281,7 @@ public:
dwarfgen::CompileUnit &addCompileUnit();
/// Add a line table unit to be generated.
- /// \param Format the DWARF format to use (DWARF32 or DWARF64).
+ /// \param DwarfFormat the DWARF format to use (DWARF32 or DWARF64).
///
/// \returns a dwarfgen::LineTable that can be used to customise the contents
/// of the line table.
More information about the llvm-commits
mailing list