vlad.tsyrklevich added inline comments.

================
Comment at: lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp:211
+
+      if (I + 1 != E) {
+        os << "<div class=FileNav><a href=\"#File" << (I + 1)->getHashValue()
----------------
Is there a cleaner way to do these two comparisons?


https://reviews.llvm.org/D30406



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to