Wdocumentation fix

llvm-svn: 289655
This commit is contained in:
Simon Pilgrim 2016-12-14 15:14:44 +00:00
parent 05ab8ffc7e
commit facbd35696
1 changed files with 1 additions and 2 deletions

View File

@ -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;