Skip to content

Commit 5176fb8

Browse files
authored
[Clang] Update ReleaseNotes with ThreadSafetyAnalysis changes (#155687)
Note that ACQUIRED_BEFORE(...) and ACQUIRED_AFTER(...) no longer require -Wthread-safety-beta. Follow-up from #152853.
1 parent b1a8089 commit 5176fb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ Improvements to Clang's diagnostics
270270
decorated with the ``alloc_size`` attribute don't allocate enough space for
271271
the target pointer type.
272272

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+
273277
Improvements to Clang's time-trace
274278
----------------------------------
275279

0 commit comments

Comments
 (0)