================
@@ -637,6 +641,8 @@ namespace cwg431 { // cwg431: 2.8
 
 namespace cwg432 { // cwg432: 3.0
   template<typename T> struct A {};
+  // expected-note@-1    {{template parameter is declared here}}
+  // since-cxx11-note@-2 {{template parameter is declared here}}
----------------
Endilll wrote:

```suggestion
  //   since-cxx11-note@-2 {{template parameter is declared here}}
```

https://github.com/llvm/llvm-project/pull/126088
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to