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

Younan Zhang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 9 09:31:09 PDT 2025


================
@@ -116,6 +122,19 @@ void ConceptReference::print(llvm::raw_ostream &OS,
   }
 }
 
+const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB,
+                                             const ConceptReference *C) {
----------------
zyn0217 wrote:

Is it used? I'm unsure now...

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


More information about the libcxx-commits mailing list