[clang] [Clang][RFC] Bypass TAD during overload resolution if a perfect match exists (PR #133426)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 15 07:41:46 PDT 2025
================
@@ -1043,6 +1141,8 @@ class Sema;
/// C++ [over.match.call.general]
/// Resolve a call through the address of an overload set.
CSK_AddressOfOverloadSet,
+
+ CSK_CodeCompletion,
----------------
erichkeane wrote:
What is happening here? I'm a touch confused.
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list