This is an archive of the discontinued LLVM Phabricator instance.

[clang-rename] Better renaming the typedef decl.
ClosedPublic

Authored by hokein on Oct 2 2019, 1:12 AM.

Details

Summary

when renaming a typedef decl, we used to rename the underlying decl of the
typedef, we should rename the typedef itself.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Oct 2 2019, 1:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2019, 1:12 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sammccall accepted this revision.Oct 2 2019, 1:58 AM
This revision is now accepted and ready to land.Oct 2 2019, 1:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2019, 2:50 AM