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 ad96aa2 commit eb448f6Copy full SHA for eb448f6
clang/docs/ReleaseNotes.rst
@@ -119,6 +119,9 @@ Attribute Changes in Clang
119
- The ``no_sanitize`` attribute now accepts both ``gnu`` and ``clang`` names.
120
- Clang now diagnoses use of declaration attributes on void parameters. (#GH108819)
121
122
+- The ``hybrid_patchable`` attribute is now supported on ARM64EC targets. It can be used to specify
123
+ that a function requires an additional x86-64 thunk, which may be patched at runtime.
124
+
125
Improvements to Clang's diagnostics
126
-----------------------------------
127
0 commit comments