Skip to content

Commit cfc5eb5

Browse files
committed
[clang] Add release notes for resolving issue #117960
1 parent 3ed6a0c commit cfc5eb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,9 @@ Miscellaneous Clang Crashes Fixed
938938
- Fixed internal assertion firing when a declaration in the implicit global
939939
module is found through ADL. (GH#109879)
940940

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+
941944
OpenACC Specific Changes
942945
------------------------
943946

0 commit comments

Comments
 (0)