[clang] [Clang] Disallow explicit object parameters irrespective of whether return type is valid (PR #174603)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 6 10:14:00 PST 2026
hax0kartik wrote:
> Can you add the reproducer from the issue as a test case as well? Otherwise, this lgtm.
Thanks for the quick review! The testcase in that issue only works when `-std=c++03` or lower is passed and IMHO, isn't a good representation of the actual issue at hand. Do you still want me to add it?
https://github.com/llvm/llvm-project/pull/174603
More information about the cfe-commits
mailing list