This is an archive of the discontinued LLVM Phabricator instance.

clang-rename: when renaming a class, rename pointers to that class as well
ClosedPublic

Authored by vmiklos on May 4 2016, 12:49 AM.

Details

Summary

The second "CHECK:" failed in the testcase without the code change.

Diff Detail

Event Timeline

vmiklos updated this revision to Diff 56102.May 4 2016, 12:49 AM
vmiklos retitled this revision from to clang-rename: when renaming a class, rename pointers to that class as well.
vmiklos updated this object.
vmiklos added reviewers: cfe-commits, klimek.
klimek accepted this revision.May 4 2016, 2:33 AM
klimek edited edge metadata.

LG. Thanks!

This revision is now accepted and ready to land.May 4 2016, 2:33 AM
klimek added a comment.May 4 2016, 2:33 AM

(let me know if you need me to submit this)

Yes, please submit it; I'm not a committer.

klimek added a comment.May 4 2016, 2:40 AM

Note: if you intend to send more patches in the future, please consider
becoming one. It's very painless :)

klimek closed this revision.May 4 2016, 4:42 AM

Submitted as r268484