OSDN Git Service

DWARFDie.h: Move a class declaration out of the method description since r291861...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Jan 2017 08:20:18 +0000 (08:20 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Jan 2017 08:20:18 +0000 (08:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291886 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/DWARF/DWARFDie.h

index 0f7dfda..8b4bbe1 100644 (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;