[PATCH] D19031: clang-format: Flexible line endings

Cameron via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 12 15:25:19 PDT 2016


cameron314 added a comment.

Ooh, and I should also add, there's a non-trivial cost to grabbing the entire file contents as a string and then converting it to UTF-8. If ClangFormat was faster, this would certainly become a significant bottleneck that can't really be worked around.


http://reviews.llvm.org/D19031





More information about the cfe-commits mailing list