[PATCH] D21120: clang-rename: implement renaming of classes inside dynamic_cast

Miklos Vajna via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 13:36:56 PDT 2016


vmiklos added a comment.

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.


Repository:
  rL LLVM

http://reviews.llvm.org/D21120





More information about the cfe-commits mailing list