[PATCH] D128907: [Clang] Disable noundef attribute for languages which allow uninitialized function arguments
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 16 07:50:21 PDT 2022
arsenm added a comment.
The consensus in the meeting was that we should try introducing a new argument attribute for values that are allowed to use undef values. It would need to be applied to the builtins and any wrapper functions for them. This would leave the normal language undefined behavior for arbitrary arguments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128907/new/
https://reviews.llvm.org/D128907
More information about the cfe-commits
mailing list