This is an archive of the discontinued LLVM Phabricator instance.

clang-rename: implement renaming of classes inside static_cast
ClosedPublic

Authored by vmiklos on Jun 6 2016, 12:20 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vmiklos updated this revision to Diff 59691.Jun 6 2016, 12:20 AM
vmiklos retitled this revision from to clang-rename: implement renaming of classes inside static_cast.
vmiklos updated this object.
vmiklos added a reviewer: klimek.
vmiklos added a subscriber: cfe-commits.
klimek added inline comments.Jun 6 2016, 12:36 AM
test/clang-rename/StaticCastExpr.cpp
4–25 ↗(On Diff #59691)

Please run this through clang-format.

klimek accepted this revision.Jun 6 2016, 1:22 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Jun 6 2016, 1:22 AM
This revision was automatically updated to reflect the committed changes.