[PATCH] D68969: [clang-format] Remove the dependency on frontend
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 09:24:16 PDT 2019
MyDeveloperDay added a comment.
In D68969#1709321 <https://reviews.llvm.org/D68969#1709321>, @klimek wrote:
> My intuitive solution would have been to get the char* for the start and end-location and then search forward and backwards for \n.
I may need to, it feels slow for large files which I suspect is in the splitting, which will be mostly unnecessary.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68969/new/
https://reviews.llvm.org/D68969
More information about the cfe-commits
mailing list