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/
-
DeclRefExpr.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D20537
clang-rename: fix renaming non-members variables when referenced as macro arguments
Closed
Public
Authored by
vmiklos
on May 23 2016, 12:49 PM.
Download Raw Diff
Details
Reviewers
klimek
cfe-commits
Commits
rG10e25748b0ae: clang-rename: fix renaming non-members variables when referenced as macro…
rCTE270599: clang-rename: fix renaming non-members variables when referenced as macro…
rL270599: clang-rename: fix renaming non-members variables when referenced as macro…
Summary
The second check failed, FOO(C::X) wasn't renamed to FOO(C::Y).
Diff Detail
Repository
rL LLVM
Event Timeline
vmiklos
updated this revision to
Diff 58136
.
May 23 2016, 12:49 PM
vmiklos
retitled this revision from
to
clang-rename: fix renaming non-members variables when referenced as macro arguments
.
vmiklos
updated this object.
vmiklos
added reviewers:
klimek
,
cfe-commits
.
klimek
accepted this revision.
May 24 2016, 2:13 AM
klimek
edited edge metadata.
Comment Actions
lg
This revision is now accepted and ready to land.
May 24 2016, 2:13 AM
Closed by commit
rL270599: clang-rename: fix renaming non-members variables when referenced as macro…
(authored by
vmiklos
).
·
Explain Why
May 24 2016, 12:15 PM
This revision was automatically updated to reflect the committed changes.