This is an archive of the discontinued LLVM Phabricator instance.

[AST] Change return type of getTypeInfoInChars to a proper struct instead of std::pair.
ClosedPublic

Authored by ebevhan on Aug 24 2020, 5:12 AM.

Details

Summary

Followup to D85191.

This changes getTypeInfoInChars to return a TypeInfoChars
struct instead of a std::pair of CharUnits. This lets the
interface match getTypeInfo more closely.

Diff Detail

Event Timeline

ebevhan created this revision.Aug 24 2020, 5:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2020, 5:12 AM
Herald added subscribers: bjope, martong, jfb. · View Herald Transcript
ebevhan requested review of this revision.Aug 24 2020, 5:12 AM
efriedma accepted this revision.Oct 7 2020, 11:26 AM

LGTM. Sorry I forgot about this.

This revision is now accepted and ready to land.Oct 7 2020, 11:26 AM
This revision was landed with ongoing or failed builds.Oct 13 2020, 4:44 AM
This revision was automatically updated to reflect the committed changes.