From 74c265e537fb5cca31edaaa3e4197f2bee1d3a60 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 13 Dec 2016 23:22:53 +0000 Subject: [PATCH] Update the header docs to match a recent checkin. llvm-svn: 289612 --- llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h index c034661..af37e85 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h @@ -116,8 +116,8 @@ public: /// DW_AT_abstract_origin referenced DIEs. /// /// \param Attr the attribute to extract. - /// \param FormValue contains the attribute value if true is returned. - /// \returns true if the attribute was extracted from this DIE. + /// \returns an optional DWARFFormValue that will have the form value if the + /// attribute was successfully extracted. Optional getAttributeValue(dwarf::Attribute Attr) const; /// Extract the specified attribute from this DIE as a C string. -- 2.7.4