[clang] [Clang] [Sema] Handle placeholders in '.*' expressions (PR #83103)

via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 23:40:31 PST 2024


Sirraide wrote:

Lastly, it also seems weird to me that a function called `CreateOverloadedBinOp()` is called to handle `.*`—an operator that can’t be overloaded—but seeing as this function has apparently been handling this case for over a decade now, I’m probably not going to question this any further.

https://github.com/llvm/llvm-project/pull/83103


More information about the cfe-commits mailing list