[clang] [clang-tools-extra] [clang] Implement CWG2398 provisional TTP matching to class templates (PR #94981)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 5 09:50:36 PDT 2024


================
@@ -134,11 +134,16 @@ static bool hasSameExtendedValue(llvm::APSInt X, llvm::APSInt Y) {
   return X == Y;
 }
 
+/// What kind of PartialOrdering we're performing template argument deduction
----------------
cor3ntin wrote:

```suggestion
/// The kind of PartialOrdering we're performing template argument deduction
```

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


More information about the cfe-commits mailing list