[PATCH] [C++11] Introduce SectionRef::relocations() to use range-based loops

Alexey Samsonov samsonov at google.com
Fri Mar 14 07:24:42 PDT 2014


  Thanks!


================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:564
@@ -569,3 +563,3 @@
       SmallString<32> valuestr;
-      if (error(ri->getHidden(hidden))) continue;
+      if (error(Reloc.getHidden(hidden))) continue;
       if (hidden) continue;
----------------
Rafael Ávila de Espíndola wrote:
> Please take the opportunity to git-clang-format the patch to fix issues like this.
Done.


http://llvm-reviews.chandlerc.com/D3077

BRANCH
  svn

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list