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

via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 22:37:53 PST 2024


Sirraide wrote:

It seems like the assertion has been in Clang since 2011, and back then, we *were* checking for placeholders in `CreateBuiltinBinOp()`, so at that point it made sense, but this check seems to have been removed since then. 

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


More information about the cfe-commits mailing list