[PATCH] D146178: [Clang][Sema] Fix comparison of constraint expressions

David Goldblatt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 07:59:52 PDT 2023


davidtgoldblatt added a comment.

This breaks ~the world in the versions of libstdc++ I can easily check -- see e.g. https://gcc.godbolt.org/z/ETeGzc3ve (crashes at this commit, changes to an error at ce861ec782ae3f41807b61e855512aaccf3c2149 <https://reviews.llvm.org/rGce861ec782ae3f41807b61e855512aaccf3c2149>).

I'm not deep enough into this nook of the language to tell if the bug is here or libstdc++, though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146178/new/

https://reviews.llvm.org/D146178



More information about the cfe-commits mailing list