For example, byval.
Skip the type attribute auto-upgrade if we already have the type.
I've actually seen this error of the ValueEnumerator missing a type
attribute's type in a non-opaque pointer context.
Differential D105138
[OpaquePtr][BitcodeWriter] Handle attributes with types aeubanks on Jun 29 2021, 11:45 AM. Authored by
Details
For example, byval. Skip the type attribute auto-upgrade if we already have the type. I've actually seen this error of the ValueEnumerator missing a type
Diff Detail
Event Timeline
|
Shouldn't this only check for a type for the given kind, rather than all attribute kinds? I guess it doesn't matter if all of these are mutually incompatible.