[PATCH] D13516: Fix overlapping replacements in clang-tidy.
Angel Garcia via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 14 08:56:58 PDT 2015
angelgarcia added a comment.
That works pretty well (well, identical end points have to be sorted
decreasingly, if I understand correctly). I see a couple of problems
though, like equal intervals, or consecutive. But the algorithm is way more
efficient than what we currently have, I will try to make it work.
http://reviews.llvm.org/D13516
More information about the cfe-commits
mailing list