when renaming a typedef decl, we used to rename the underlying decl of the
typedef, we should rename the typedef itself.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D68322
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 2 2019, 1:58 AM Closed by commit rL373440: [clang-rename] Better renaming the typedef decl. (authored by hokein). · Explain WhyOct 2 2019, 2:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222783 cfe/trunk/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
|