[llvm-branch-commits] [clang] [clang] Implement TTP P0522 pack matching for deduced function template calls. (PR #111457)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 10 00:29:04 PDT 2024


================
@@ -925,6 +925,8 @@ class Sema;
 
     bool TookAddressOfOverload : 1;
 
+    bool HasMatchedPackOnParmToNonPackOnArg : 1;
----------------
cor3ntin wrote:

Can you add a comment?

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


More information about the llvm-branch-commits mailing list