projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbf3fa
)
Update the header docs to match a recent checkin.
author
Greg Clayton
<gclayton@apple.com>
Tue, 13 Dec 2016 23:22:53 +0000
(23:22 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
b/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
index
c034661
..
af37e85
100644
(file)
--- 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.