xazax.hun added inline comments.
================ Comment at: lib/Format/Encoding.h:136 + } + while (Left + 1 < Right) { + assert(ComputeWidth(Left) <= Width && "binary search left invariant"); ---------------- Was just skimming through this patch. What is the reason to use a hand written algorithm instead of STL? https://reviews.llvm.org/D27211 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits