Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang-tools-extra/trunk/
-
trunk/
-
clang-rename/
-
USRLocFinder.cpp
-
test/clang-rename/
-
clang-rename/
-
CtorDefTest.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D20356
clang-rename: handle non-inline ctor definitions when renaming classes
Closed
Public
Authored by
vmiklos
on May 18 2016, 2:21 AM.
Download Raw Diff
Details
Reviewers
klimek
cfe-commits
Commits
rG5a6d2985d747: clang-rename: handle non-inline ctor definitions when renaming classes
rCTE269952: clang-rename: handle non-inline ctor definitions when renaming classes
rL269952: clang-rename: handle non-inline ctor definitions when renaming classes
Summary
The result of the test was C::D(), not D::D().
Diff Detail
Repository
rL LLVM
Event Timeline
vmiklos
updated this revision to
Diff 57582
.
May 18 2016, 2:21 AM
vmiklos
retitled this revision from
to
clang-rename: handle non-inline ctor definitions when renaming classes
.
vmiklos
updated this object.
vmiklos
added reviewers:
cfe-commits
,
klimek
.
klimek
accepted this revision.
May 18 2016, 4:24 AM
klimek
edited edge metadata.
Comment Actions
lg
This revision is now accepted and ready to land.
May 18 2016, 4:24 AM
Closed by commit
rL269952: clang-rename: handle non-inline ctor definitions when renaming classes
(authored by
vmiklos
).
·
Explain Why
May 18 2016, 9:19 AM
This revision was automatically updated to reflect the committed changes.