[llvm-branch-commits] [clang] release/20.x: [Clang] Fix a lambda pattern comparison mismatch after ecc7e6ce4 (#133863) (PR #134194)

Erich Keane via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Apr 3 08:10:48 PDT 2025


erichkeane wrote:

> @erichkeane What do you think about merging this PR to the release branch?

I'm on the fence.  It IS a regression that we should fix, and the new version is significantly better of an implementation than we already have, but the risk of further regression is non-zero (and on the higher end of my comfort zone).  

I'm definitely leaning towards "we should do this", but I'd love if we could let it bake in 'main' for more time before doing so (though it IS early in the next dot release, right? So we should have time to revert before/if the next release happens).

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


More information about the llvm-branch-commits mailing list