This is an archive of the discontinued LLVM Phabricator instance.

[AST] Make ArrayTypeTraitExpr non-polymorphic.
ClosedPublic

Authored by riccibruno on Dec 3 2018, 7:50 AM.

Details

Summary

ArrayTypeTraitExpr is the only expression class which is polymorphic.
As far as I can tell this is completely pointless.

Diff Detail

Repository
rL LLVM

Event Timeline

riccibruno created this revision.Dec 3 2018, 7:50 AM
This revision is now accepted and ready to land.Dec 3 2018, 10:25 AM
This revision was automatically updated to reflect the committed changes.