This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Permit conversions to arrays of unknown bound
Needs ReviewPublic

Authored by Mordante on Sep 12 2020, 11:00 AM.

Details

Reviewers
lvoufo
rsmith
Summary

This implements C++20's P0388.

Diff Detail

Event Timeline

Mordante requested review of this revision.Sep 12 2020, 11:00 AM
Mordante created this revision.

I made a start on this a while back and found a bunch more places that needed updates: https://github.com/zygoloid/llvm-project/commit/c23440979ac4f07ce38657ce0e69d010d2afa83e

Feel free to either take that patch as a basis or as inspiration for the remaining changes.