This is an archive of the discontinued LLVM Phabricator instance.

[AST] Add new Type queries for sizeless types
AbandonedPublic

Authored by rsandifo-arm on Jun 6 2019, 8:47 AM.

Details

Reviewers
None
Summary

This patch adds new type queries:

  • isSizelessType
  • isDefiniteType
  • isIndefiniteType

following the type classification described in the comments.
The follow-on patch to support sizeless types in C and C++
has more details about the sizeless type extension.

Diff Detail

Event Timeline

rsandifo-arm created this revision.Jun 6 2019, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2019, 8:47 AM
Ka-Ka added a subscriber: Ka-Ka.Jun 11 2019, 7:08 AM
  • Update for new version of D62960

Update to latest master. Defer making sizeless types
incomplete until D62962.

pmatos added a subscriber: pmatos.Oct 23 2020, 4:38 AM
rsandifo-arm abandoned this revision.Nov 27 2020, 2:36 AM

Was superceded by later revisions, but I forgot to close this one.