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

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Fri Mar 14 06:45:57 PDT 2014


  LGTM with the addition of a clang-format pass.


================
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;
----------------
Please take the opportunity to git-clang-format the patch to fix issues like this.


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

BRANCH
  svn

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list