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

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 00:20:18 PST 2017


Author: chapuni
Date: Fri Jan 13 02:20:18 2017
New Revision: 291886

URL: http://llvm.org/viewvc/llvm-project?rev=291886&view=rev
Log:
DWARFDie.h: Move a class declaration out of the method description since r291861. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h

Modified: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h?rev=291886&r1=291885&r2=291886&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h Fri Jan 13 02:20:18 2017
@@ -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;




More information about the llvm-commits mailing list