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 be6d7e3 commit 5411b1fCopy full SHA for 5411b1f
clang/docs/ReleaseNotes.rst
@@ -471,6 +471,9 @@ Bug Fixes in This Version
471
evaluation. The crashes were happening during diagnostics emission due to
472
unimplemented statement printer. (#GH132641)
473
- 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)
477
478
Bug Fixes to Compiler Builtins
479
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments