summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-04 10:33:21 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-04 10:33:21 +0000
commit9a8f3ecfdb493dc4d9e63d9a6901ba8d2aec6ce3 (patch)
tree9279cccea931e59ff5a81336b3ffd8849d6673b7 /llvm
parentd74c36cf6e9a0b91352b3b3fb91bb585753bfb9f (diff)
downloadbcm5719-llvm-9a8f3ecfdb493dc4d9e63d9a6901ba8d2aec6ce3.tar.gz
bcm5719-llvm-9a8f3ecfdb493dc4d9e63d9a6901ba8d2aec6ce3.zip
Fix -Wdocumentation warning.
llvm-svn: 365127
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h b/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
index d283409b2af..22243062293 100644
--- a/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
+++ b/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
@@ -58,10 +58,9 @@ struct InlineInfo {
/// non-inlined code.
///
/// \param Addr the address to lookup
- /// \param InlineStack a vector of InlineInfo objects that describe the
- /// inline call stack for a given address.
///
- /// \returns true if successful, false otherwise
+ /// \returns optional vector of InlineInfo objects that describe the
+ /// inline call stack for a given address, false otherwise.
llvm::Optional<InlineArray> getInlineStack(uint64_t Addr) const;
};
OpenPOWER on IntegriCloud