This is an archive of the discontinued LLVM Phabricator instance.

AST: Mangle cast expression encoding more accurately
ClosedPublic

Authored by majnemer on Sep 22 2014, 8:02 PM.

Details

Summary

Don't mangle all casts in expressions as "cv", use the appropriate
encoding which corresponds to a specific cast.

This fixes PR21034.

Diff Detail

Repository
rL LLVM

Event Timeline

majnemer updated this revision to Diff 13965.Sep 22 2014, 8:02 PM
majnemer retitled this revision from to AST: Mangle cast expression encoding more accurately.
majnemer updated this object.
majnemer added reviewers: rjmccall, rsmith.
majnemer added a subscriber: Unknown Object (MLST).
majnemer closed this revision.Sep 22 2014, 9:38 PM
majnemer updated this revision to Diff 13968.

Closed by commit rL218293 (authored by @majnemer).