[llvm-branch-commits] [clang] release/19.x: [Clang][Sema] Use the correct lookup context when building overloaded 'operator->' in the current instantiation (#104458) (PR #107886)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 10 01:16:55 PDT 2024


cor3ntin wrote:

Yes, this is a 19 regression https://github.com/llvm/llvm-project/issues/104268
 
I think it's fairly low risk to accept - but if we don't clang will reject fairly common c++ code (lookup of operator-> in template function)

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


More information about the llvm-branch-commits mailing list