[clang] [libcxx] [Clang][WIP] Normalize constraints before checking for satisfaction (PR #141776)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 9 09:31:10 PDT 2025
================
@@ -5814,6 +5793,7 @@ QualType ASTContext::getSubstTemplateTypeParmType(QualType Replacement,
llvm::FoldingSetNodeID ID;
SubstTemplateTypeParmType::Profile(ID, Replacement, AssociatedDecl, Index,
PackIndex, Final);
+
----------------
zyn0217 wrote:
empty change
https://github.com/llvm/llvm-project/pull/141776
More information about the cfe-commits
mailing list