[PATCH] D140868: [C] Make (c ? e1 : e2) noreturn only if both e1 and e2 are noreturn
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 3 13:02:50 PST 2023
rjmccall added a comment.
Isn't the C feature not technically part of the type? I thought Clang was fairly unique in modeling `noreturn` the way we do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140868/new/
https://reviews.llvm.org/D140868
More information about the cfe-commits
mailing list