[PATCH] D31492: Add `replace` interface with range in AtomicChange.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 30 06:27:22 PDT 2017
hokein added a comment.
> are the tools like clang-rename, change-namespace and clang-reorder-fields supposed to use AtomicChange (via the methods insert, replace etc) ?
Yeah. We are using AtomicChange in clang-rename refinement (https://reviews.llvm.org/D31176).
Repository:
rL LLVM
https://reviews.llvm.org/D31492
More information about the cfe-commits
mailing list