forked from OSchip/llvm-project
[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
This commit is contained in:
parent
a47dc841cd
commit
5916799293
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue