[PATCH] D125919: Drop qualifiers from return types in C (DR423)
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 3 10:49:14 PDT 2022
delcypher added a comment.
@aaron.ballman
>> Sorry if these are silly questions and if I've misunderstood something, I saw n1863 say "functions return unqualified types" and I was very surprised.
>
> These are not at all silly questions, so thank you for asking them!
Thanks for taking the time to answer my questions. Your answers make sense to me apart from the `derived-declarator-type-list`. I'm not sure what that is, the copy of the standard I found doesn't seem seem to define what it is. I see other people have complained about this in the past (https://stackoverflow.com/questions/13779273/in-the-standard-what-is-derived-declarator-type) so I'll guess I'll stare at that for a while until it makes sense.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125919/new/
https://reviews.llvm.org/D125919
More information about the cfe-commits
mailing list