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.
2 parents 0435f60 + 5176fb8 commit e846324Copy full SHA for e846324
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