sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land.
Thanks! Going to add tabs to case-sensitivity and symlinks to my list of things that will haunt me forever... ================ Comment at: clang-tools-extra/clangd/Format.cpp:127 + int ContentWidth = llvm::sys::unicode::columnWidthUTF8(Text); + if (ContentWidth >= 0) + return ContentWidth; ---------------- Comment "unprintable characters" or so? (Maybe invert the condition for this purpose) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122554/new/ https://reviews.llvm.org/D122554 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits