[clang] [clang] Fix implicit integer conversion for opaque enums declared in class templates (PR #121039)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 7 10:50:13 PST 2025
=?utf-8?q?Andr=C3=A9?= Brand <andre.brand at mailbox.org>,
=?utf-8?q?Andr=C3=A9?= Brand <andre.brand at mailbox.org>,thebrandre
<andre.brand at mailbox.org>,
=?utf-8?q?Andr=C3=A9?= Brand <andre.brand at mailbox.org>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/121039 at github.com>
================
@@ -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)
----------------
cor3ntin wrote:
Feel free to fix this one at the same time (but don't feel obligated to)
https://github.com/llvm/llvm-project/pull/121039
More information about the cfe-commits
mailing list