]> granicus.if.org Git - clang/commit
Add missing implementation for AtomicChange::replace(...)
authorEric Liu <ioeric@google.com>
Wed, 8 Mar 2017 15:53:10 +0000 (15:53 +0000)
committerEric Liu <ioeric@google.com>
Wed, 8 Mar 2017 15:53:10 +0000 (15:53 +0000)
commita40b07abcf4f782398ff0d86852ede6e86e8612a
tree6f4c2ef2c34e53dd0eafbc15209640d22a3e5d66
parentbac25e3cf5a94a6bd340a803222de57c8580d3d0
Add missing implementation for AtomicChange::replace(...)

Summary: Just realized the implementation is missing...

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D30735

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Refactoring/AtomicChange.cpp
unittests/Tooling/RefactoringTest.cpp