[clang] [libcxx] [Clang] Normalize constraints before checking for satisfaction (PR #141776)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 12 13:29:21 PDT 2025


================
@@ -282,6 +287,11 @@ class TypeConstraint {
   }
 };
 
+/// Insertion operator for diagnostics.  This allows sending TemplateName's
----------------
mizvekov wrote:

```suggestion
/// Insertion operator for diagnostics.  This allows sending ConceptReferences
```

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


More information about the cfe-commits mailing list