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

via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 12 16:05:50 PST 2023


knightXun 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?)

I agree! I will do this check on every other of the atomic builtins.

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


More information about the cfe-commits mailing list