[llvm] r289612 - Update the header docs to match a recent checkin.
    Greg Clayton via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 13 15:22:53 PST 2016
    
    
  
Author: gclayton
Date: Tue Dec 13 17:22:53 2016
New Revision: 289612
URL: http://llvm.org/viewvc/llvm-project?rev=289612&view=rev
Log:
Update the header docs to match a recent checkin.
Modified:
    llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
Modified: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h?rev=289612&r1=289611&r2=289612&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h Tue Dec 13 17:22:53 2016
@@ -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.
    
    
More information about the llvm-commits
mailing list