[clang] [HLSL][Doc] Document multi-argument resolution (PR #104474)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 16 16:33:59 PDT 2024


https://github.com/bogner commented:

If I understand correctly from reading this, there should never be a case where both dxc and clang both choose an overload but those differ. Ie, any case where the behaviour disagrees will result in clang failing to resolve the overload because it's ambiguous. We should explicitly call that out in this document.

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


More information about the cfe-commits mailing list