[PATCH] D43764: [clang-apply-replacements] Convert tooling::Replacements to tooling::AtomicChange for conflict resolving of changes, code cleanup, and code formatting.

Jeremy Demeule via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 8 10:17:58 PDT 2018


jdemeule added a comment.

Thank you for applying the patch.

I suspect some undefined order when applying replacements as directly dependant in which order OS reads `file1.yaml`, `file2.yaml`and `file3.yaml`.
As I am not able to reproduce it on my machine, can you share with me the content of `output.txt`?


https://reviews.llvm.org/D43764





More information about the cfe-commits mailing list