[llvm] 7406c8d - Fix Wdocumentation unknown parameter warnings. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 15 15:44:19 PST 2020
Author: Simon Pilgrim
Date: 2020-02-15T23:33:17Z
New Revision: 7406c8ddab225e9559fb2983fc4213b70fcd50af
URL: https://github.com/llvm/llvm-project/commit/7406c8ddab225e9559fb2983fc4213b70fcd50af
DIFF: https://github.com/llvm/llvm-project/commit/7406c8ddab225e9559fb2983fc4213b70fcd50af.diff
LOG: Fix Wdocumentation unknown parameter warnings. NFCI.
Added:
Modified:
llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h b/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
index 6a3e75db81f5..7a1553f78183 100644
--- a/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
+++ b/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
@@ -47,15 +47,6 @@ class DwarfTransformer {
/// Gsym format in the GsymCreator object that is passed in. Returns an
/// error if something fatal is encountered.
///
- /// \param DDICtx The DWARF to use when converting to GSYM.
- ///
- /// \param Log The stream to log warnings and non fatal issues to.
- ///
- /// \param NumThreads The stream to log warnings and non fatal issues to.
- ///
- /// \param Gsym The GSYM creator to populate with the function information
- /// from the debug info.
- ///
/// \returns An error indicating any fatal issues that happen when parsing
/// the DWARF, or Error::success() if all goes well.
llvm::Error convert(uint32_t NumThreads);
More information about the llvm-commits
mailing list