=?utf-8?q?André?= Brand <[email protected]>, =?utf-8?q?André?= Brand <[email protected]>,thebrandre <[email protected]>, =?utf-8?q?André?= Brand <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -938,6 +938,9 @@ Miscellaneous Clang Crashes Fixed - Fixed internal assertion firing when a declaration in the implicit global module is found through ADL. (GH#109879) +- Fixed a crash when an unscoped enumeration declared by an opaque-enum-declaration within a class template + with a dependent underlying type is subject to integral promotion. (GH#117960) ---------------- cor3ntin wrote: ```suggestion with a dependent underlying type is subject to integral promotion. (#GH117960) ``` https://github.com/llvm/llvm-project/pull/121039 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
