DWARFDie.h: Move a class declaration out of the method description since r291861. [-Wdocumentation]

llvm-svn: 291886
This commit is contained in:
NAKAMURA Takumi 2017-01-13 08:20:18 +00:00
parent 1ec84c2a18
commit fd3e6d857e
1 changed files with 2 additions and 1 deletions

View File

@ -287,10 +287,11 @@ public:
getInlinedChainForAddress(const uint64_t Address,
SmallVectorImpl<DWARFDie> &InlinedChain) const;
class attribute_iterator;
/// Get an iterator range to all attributes in the current DIE only.
///
/// \returns an iterator range for the attributes of the current DIE.
class attribute_iterator;
iterator_range<attribute_iterator> attributes() const;
class iterator;