mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[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
57ffd0059f
commit
e574b681ad
@ -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…
x
Reference in New Issue
Block a user