================ @@ -496,6 +492,9 @@ features cannot lower the translation-unit ABI level; such as when the call is used as an `auto` non-type template argument. - Fixed a crash in ``__builtin_dump_struct`` when ``-Werror`` promotes format warnings to errors. (#GH211943) +- Fixed an assertion failure when diagnosing a constant evaluation failure + inside a member function call synthesized by ``__builtin_invoke``. + (#GH185241) ---------------- TPPPP72 wrote:
```suggestion inside a member function call synthesized by ``__builtin_invoke``. (#GH185241) ``` https://github.com/llvm/llvm-project/pull/220593 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
