summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDavid Bolvansky <david.bolvansky@gmail.com>2019-09-05 21:09:58 +0000
committerDavid Bolvansky <david.bolvansky@gmail.com>2019-09-05 21:09:58 +0000
commit5916799293736e3bb1a6db61405129a7d9536175 (patch)
treef58e0a321cda2457886824795d0c629385ccada2 /llvm/lib
parenta47dc841cd6cd0cfcef72e00950662e9d1c58556 (diff)
downloadbcm5719-llvm-5916799293736e3bb1a6db61405129a7d9536175.tar.gz
bcm5719-llvm-5916799293736e3bb1a6db61405129a7d9536175.zip
[GSYM][NFC] Fixed -Wdocumentation warning
lib/DebugInfo/GSYM/InlineInfo.cpp:68:12: warning: parameter 'Inline' not found in the function declaration [-Wdocumentation] llvm-svn: 371125
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/DebugInfo/GSYM/InlineInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp b/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
index a3e56bea529..32ed2c70957 100644
--- a/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
+++ b/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
@@ -65,7 +65,6 @@ llvm::Optional<InlineInfo::InlineArray> InlineInfo::getInlineStack(uint64_t Addr
/// A local helper function to decode InlineInfo objects. This function is
/// called recursively when parsing child InlineInfo objects.
///
-/// \param Inline The InlineInfo object to decode into.
/// \param Data The data extractor to decode from.
/// \param Offset The offset within \a Data to decode from.
/// \param BaseAddr The base address to use when decoding address ranges.
OpenPOWER on IntegriCloud