[PATCH] D125919: Drop qualifiers from return types in C (DR423)
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 12:55:30 PDT 2022
rjmccall added a comment.
Ah, yeah, that seems unrelated (and surprising).
You think we're *not* supposed to drop `_Atomic` in a return type per C2x? That seems surprising; I thought it was generally treated as a qualifier and would expect that we'd be supposed to drop it.
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