[clang] [Clang] Treat address-of template substitution as SFINAE (PR #208062)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 11:51:41 PDT 2026
================
@@ -0,0 +1,40 @@
+// RUN: %clang_cc1 -std=c++17 -fsyntax-only -verify %s
+// expected-no-diagnostics
----------------
mizvekov wrote:
It seems like `clang/test/SemaTemplate/overload-candidates.cpp` would be a good fit to add this test case instead of a separate file, unless you have a good reason for this?
https://github.com/llvm/llvm-project/pull/208062
More information about the cfe-commits
mailing list