Fixup test to compile with -frtti when trying to use typeid() as the PS4 does not...
authorDouglas Yung <douglas.yung@sony.com>
Thu, 28 Jun 2018 00:19:12 +0000 (00:19 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Thu, 28 Jun 2018 00:19:12 +0000 (00:19 +0000)
commit3a670eacf6ea1f33d5a2e2c2d70298545f5233b7
tree12900e9a0f48dbec35f6db45f9e6c75c0a4024db
parentd18639bd13e354f224ca49038cb6519dac222cd7
Fixup test to compile with -frtti when trying to use typeid() as the PS4 does not have it on by default and it was failing on the PS4 linux bot because of this.

llvm-svn: 335799
clang-tools-extra/unittests/clang-tidy/ExprMutationAnalyzerTest.cpp