We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed6a0c commit cfc5eb5Copy full SHA for cfc5eb5
clang/docs/ReleaseNotes.rst
@@ -938,6 +938,9 @@ Miscellaneous Clang Crashes Fixed
938
- Fixed internal assertion firing when a declaration in the implicit global
939
module is found through ADL. (GH#109879)
940
941
+- Fixed a crash when an unscoped enumeration declared by an opaque-enum-declaration within a class template
942
+ with a dependent underlying type is subject to integral promotion. (GH#117960)
943
+
944
OpenACC Specific Changes
945
------------------------
946
0 commit comments