This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Add test for C++ casts and fix broken const_cast importing.
ClosedPublic

Authored by teemperor on Aug 17 2018, 4:11 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Aug 17 2018, 4:11 PM
teemperor edited the summary of this revision. (Show Details)Aug 17 2018, 4:12 PM
a_sidorin accepted this revision.Aug 19 2018, 6:44 AM
a_sidorin added a subscriber: a_sidorin.

Thank you!

tools/clang-import-test/clang-import-test.cpp
197 ↗(On Diff #161356)

Is this option set to check dynamic_cast?

This revision is now accepted and ready to land.Aug 19 2018, 6:44 AM
teemperor updated this revision to Diff 161496.Aug 20 2018, 9:20 AM
  • Added comment why we enable RTTI.
This revision was automatically updated to reflect the committed changes.