[PATCH] D30735: Add missing implementation for AtomicChange::replace(...)

2017-03-08 Thread Eric Liu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL297289: Add missing implementation for AtomicChange::replace(...) (authored by ioeric). Changed prior to commit: https://reviews.llvm.org/D30735?vs=91010&id=91020#toc Repository: rL LLVM https://rev

[PATCH] D30735: Add missing implementation for AtomicChange::replace(...)

2017-03-08 Thread Manuel Klimek via Phabricator via cfe-commits
klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land. lg https://reviews.llvm.org/D30735 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com

[PATCH] D30735: Add missing implementation for AtomicChange::replace(...)

2017-03-08 Thread Eric Liu via Phabricator via cfe-commits
ioeric updated this revision to Diff 91010. ioeric added a comment. - Removed unnecessary variable. https://reviews.llvm.org/D30735 Files: lib/Tooling/Refactoring/AtomicChange.cpp unittests/Tooling/RefactoringTest.cpp Index: unittests/Tooling/RefactoringTest.cpp ==

[PATCH] D30735: Add missing implementation for AtomicChange::replace(...)

2017-03-08 Thread Eric Liu via Phabricator via cfe-commits
ioeric created this revision. Just realized the implementation is missing... https://reviews.llvm.org/D30735 Files: lib/Tooling/Refactoring/AtomicChange.cpp unittests/Tooling/RefactoringTest.cpp Index: unittests/Tooling/RefactoringTest.cpp =