[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 08:38:43 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:
Ah, I see. Can you clarify that in a comment above this as to why this is a separate category? It was pretty jarring to see in general, let alone here.
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list