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

via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 7 09:10:57 PDT 2024


================
@@ -2304,6 +2306,15 @@ class ASTContext : public RefCountedBase<ASTContext> {
                                                 unsigned Index,
                                                 bool Final) const;
 
+  /// Represents a TemplateName which had some of it's default arguments
----------------
cor3ntin wrote:

```suggestion
  /// Represents a TemplateName which had some of its default arguments
```

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


More information about the cfe-commits mailing list