daniel-grumberg wrote:

That and the typedef case before the pointer case. The pointer check would lead 
to extraneous desugaring in the fragments, i.e. you would get something like 
`struct Bar * value`, because the typedefs are also pointer types and therefore 
the typedef name would get bypassed in favor of the form "PointeeType *"

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

Reply via email to