diff options
author | Greg Clayton <gclayton@apple.com> | 2016-12-13 23:22:53 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-12-13 23:22:53 +0000 |
commit | 74c265e537fb5cca31edaaa3e4197f2bee1d3a60 (patch) | |
tree | d4ed305cd4bb382cc609968438a8e483230b53e3 | |
parent | 1cbf3fa94a6ef7a3dd4f5d177aeed5ea3fa539bc (diff) | |
download | bcm5719-llvm-74c265e537fb5cca31edaaa3e4197f2bee1d3a60.tar.gz bcm5719-llvm-74c265e537fb5cca31edaaa3e4197f2bee1d3a60.zip |
Update the header docs to match a recent checkin.
llvm-svn: 289612
-rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h index c034661c84b..af37e85da96 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<DWARFFormValue> getAttributeValue(dwarf::Attribute Attr) const; /// Extract the specified attribute from this DIE as a C string. |