bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: lib/Format/TokenAnnotator.cpp:1671
+    parse(PrecedenceArrowAndPeriod);
+    for (size_t I = 0, E = Tokens.size(); I < E; ++I)
+      // The actual precedence doesn't matter.
----------------
`for (FormatToken *Token : llvm::reverse(Tokens))`


https://reviews.llvm.org/D39498



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

Reply via email to