[clang] [CUDA] Remove sema check of function declaration with variadic argument (PR #161350)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 30 05:47:51 PDT 2025


https://github.com/jhuber6 commented:

I'd expect this to completely remove usage of `CUDAAllowVariadicFunctions` and remove the associated driver handling code. That way passing it will result in the generic 'argument unused' warning. Though, I don't know if there was anything special about the old handling, the 'new' handling is ABI compatible with it, so I'd assume not but just in case I'll refer to @Artem-B

https://github.com/llvm/llvm-project/pull/161350


More information about the cfe-commits mailing list