cor3ntin wrote:

So, looked into this more.
You are correct that `Function` needs not be dependent because we only ever 
show the name of the function unqualified.
However, `FunctionSig` does.
Here is an example of what we are trying to preserve 
https://godbolt.org/z/M3eTa8nn5 (the clang 17 behavior was incorrect)
I apologize for not realizing earlier that your change was actually sensible in 
the case of `Function`

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

Reply via email to