nikic wrote:

The TryParseProtocolQualifiers code path can be reached using something like 
this:
```
struct X {
};
void foo() {
  X<P>;
}
```
But I don't know how to make that valid code without it taking some different 
code path...

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

Reply via email to