[clang] [clang] Warn on umask() argument bits outside 0777 (PR #198130)
Denys Fedoryshchenko via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 29 11:47:28 PDT 2026
nuclearcat wrote:
> > Builtins.td:3868:7: error: Unknown Type: mode_t
> > `let Prototype = "mode_t(mode_t)";`
>
> Today I learned that even if the signature is ignored, it still needs to be valid. Let's use comments for the prototype instead:
>
> ```
> let Prototype = ""; // mode_t(mode_t); mode_t is target-specific
> ```
Done
https://github.com/llvm/llvm-project/pull/198130
More information about the cfe-commits
mailing list