sammccall added inline comments.
================ Comment at: clangd/CodeComplete.cpp:313 + I.label = + (InsertingInclude ? Opts.IncludeInsertionIndicator : " ") + I.label; I.scoreInfo = Scores; ---------------- sammccall wrote: > string(IncludeInsertionIndicator.size(), ' ')? oops, I made the same mistake - #bytes in the indicator != width of the indicator. maybe making this customizable is too much hassle Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D48163 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits