[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 11:11:46 PST 2025


=?utf-8?q?André?= Brand <andre.brand at mailbox.org>,
=?utf-8?q?André?= Brand <andre.brand at mailbox.org>,thebrandre
 <andre.brand at mailbox.org>,
=?utf-8?q?André?= Brand <andre.brand at mailbox.org>,thebrandre
 <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)
----------------
thebrandre wrote:

Oh thanks! I adopted the pattern used in the note before and didn't notice that it doesn't match the others.

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


More information about the cfe-commits mailing list