Skip to content

Commit 5411b1f

Browse files
committed
add release note
1 parent be6d7e3 commit 5411b1f

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
@@ -471,6 +471,9 @@ Bug Fixes in This Version
471471
evaluation. The crashes were happening during diagnostics emission due to
472472
unimplemented statement printer. (#GH132641)
473473
- Fixed visibility calculation for template functions. (#GH103477)
474+
- Fixed a bug where an attribute before a ``pragma clang attribute`` or
475+
``pragma clang __debug`` would cause an assertion. Instead, this now diagnoses
476+
the invalid attribute location appropriately. (#GH137861)
474477

475478
Bug Fixes to Compiler Builtins
476479
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)