ilya-biryukov marked an inline comment as done. ilya-biryukov added inline comments.
================ Comment at: clang-tools-extra/clangd/refactor/Tweak.cpp:27 +std::vector<std::unique_ptr<Tweak>> prepareTweaks(const Tweak::Selection &S) { +#ifndef NDEBUG + { ---------------- Please note I added these assertions here. It feels weird to traverse twice on every call to `prepareTweaks`, but that's the simplest option I could come up with. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56267/new/ https://reviews.llvm.org/D56267 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits