Update the header docs to match a recent checkin.
authorGreg Clayton <gclayton@apple.com>
Tue, 13 Dec 2016 23:22:53 +0000 (23:22 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 13 Dec 2016 23:22:53 +0000 (23:22 +0000)
llvm-svn: 289612

llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h

index c034661..af37e85 100644 (file)
@@ -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<DWARFFormValue> getAttributeValue(dwarf::Attribute Attr) const;
   
   /// Extract the specified attribute from this DIE as a C string.