This is an archive of the discontinued LLVM Phabricator instance.

clang-rename: implement renaming of classes inside dynamic_cast
ClosedPublic

Authored by vmiklos on Jun 7 2016, 11:49 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vmiklos updated this revision to Diff 60001.Jun 7 2016, 11:49 PM
vmiklos retitled this revision from to clang-rename: implement renaming of classes inside dynamic_cast.
vmiklos updated this object.
vmiklos added a reviewer: klimek.
vmiklos added a subscriber: cfe-commits.
klimek accepted this revision.Jun 8 2016, 2:00 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Jun 8 2016, 2:00 AM
This revision was automatically updated to reflect the committed changes.

Hmm, http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/14332/steps/test/logs/stdio fails with "error: cannot use dynamic_cast with -fno-rtti"; is there some way to detect if "-fno-rtti" is the default, and in that case don't execute the test? Thanks.