[clang] [clang] fix matching of nested template template parameters (PR #130447)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 10 00:21:50 PDT 2025
================
@@ -602,6 +602,11 @@ namespace regression3 {
template <class...> class B {};
template struct A<B, Node<None>>;
} // namespace regression3
+namespace regression4 {
----------------
cor3ntin wrote:
```suggestion
namespace GH130362 {
```
https://github.com/llvm/llvm-project/pull/130447
More information about the cfe-commits
mailing list