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

Erich Keane via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 18 11:14:51 PDT 2025


================
@@ -51,6 +51,27 @@ class FixedPointSemantics;
 struct fltSemantics;
 template <typename T, unsigned N> class SmallPtrSet;
 
+template <> struct DenseMapInfo<llvm::FoldingSetNodeID> {
----------------
erichkeane wrote:

This patch is in desperate need of 'shrinking', I like the idea of splitting out any/everything we can.

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


More information about the libcxx-commits mailing list