[PATCH] D76054: [clang-apply-replacements] No longer deduplucates replacements from the same TU
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 18 10:20:18 PDT 2020
ymandel added a comment.
Can you please expand on the description? Specifically, can you clarify what you've *changed* in this patch? I gather that previously, it distinguished between two different sources of replacements: diagnostics and otherwise, and only deduplicated the ones from diagnostics. What is the new behavior?
Also, perhaps give a simple example in the description?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76054/new/
https://reviews.llvm.org/D76054
More information about the cfe-commits
mailing list