mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 21:50:29 +00:00
Fix Wdocumentation warnings. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b97a8ca8d6
commit
fc2b453631
@ -337,7 +337,7 @@ public:
|
|||||||
/// Helper function for DWARFDebugLine parse functions, to report issues that
|
/// Helper function for DWARFDebugLine parse functions, to report issues that
|
||||||
/// prevent parsing the remainder of the table as warnings.
|
/// 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);
|
static void warnForError(Error Err);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -281,7 +281,7 @@ public:
|
|||||||
dwarfgen::CompileUnit &addCompileUnit();
|
dwarfgen::CompileUnit &addCompileUnit();
|
||||||
|
|
||||||
/// Add a line table unit to be generated.
|
/// 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
|
/// \returns a dwarfgen::LineTable that can be used to customise the contents
|
||||||
/// of the line table.
|
/// of the line table.
|
||||||
|
Loading…
Reference in New Issue
Block a user