[clang] [clang][sema] make sure arguments of __atomic_exchange complete type (PR #75135)

James Y Knight via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 12 08:48:12 PST 2023


jyknight wrote:

Why only `__atomic_exchange`? Presumably we need to be doing the same with every other of the atomic builtins as well (unless they already have this check and we only missed it on exchange?)

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


More information about the cfe-commits mailing list