================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to