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 b1a8089 commit 5176fb8Copy full SHA for 5176fb8
clang/docs/ReleaseNotes.rst
@@ -270,6 +270,10 @@ Improvements to Clang's diagnostics
270
decorated with the ``alloc_size`` attribute don't allocate enough space for
271
the target pointer type.
272
273
+- The :doc:`ThreadSafetyAnalysis` attributes ``ACQUIRED_BEFORE(...)`` and
274
+ ``ACQUIRED_AFTER(...)`` have been moved to the stable feature set and no
275
+ longer require ``-Wthread-safety-beta`` to be used.
276
+
277
Improvements to Clang's time-trace
278
----------------------------------
279
0 commit comments