1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

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 6262b083cb
commit ef4b05c44a

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;