[llvm] r289655 - Wdocumentation fix
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 07:14:44 PST 2016
Author: rksimon
Date: Wed Dec 14 09:14:44 2016
New Revision: 289655
URL: http://llvm.org/viewvc/llvm-project?rev=289655&view=rev
Log:
Wdocumentation fix
Modified:
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
Modified: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h?rev=289655&r1=289654&r2=289655&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h Wed Dec 14 09:14:44 2016
@@ -78,8 +78,7 @@ public:
/// code in the .debug_info data.
/// \param Attr DWARF attribute to search for.
/// \param U the DWARFUnit the contains the DIE.
- /// \param FormValue the form value that will be filled in.
- /// \returns true if the attribute was extracted into \p FormValue.
+ /// \returns Optional DWARF form value if the attribute was extracted.
Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,
const dwarf::Attribute Attr,
const DWARFUnit &U) const;
More information about the llvm-commits
mailing list