[clang] [Clang][Sema] ASTContext::getUnconstrainedType propagates dependence (PR #92425)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 09:22:26 PDT 2024


================
@@ -723,6 +723,7 @@ Bug Fixes to C++ Support
 - Clang now ignores template parameters only used within the exception specification of candidate function
   templates during partial ordering when deducing template arguments from a function declaration or when
   taking the address of a function template.
+- Fix a bug with checking constrained non-type template parameters for equivalence.
----------------
zyn0217 wrote:

Missing a issue number?

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


More information about the cfe-commits mailing list