[clang] 5176fb8 - [Clang] Update ReleaseNotes with ThreadSafetyAnalysis changes (#155687)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 1 12:50:17 PDT 2025
Author: Marco Elver
Date: 2025-09-01T21:50:13+02:00
New Revision: 5176fb8b1369f9738731ea3452828b29227e1e06
URL: https://github.com/llvm/llvm-project/commit/5176fb8b1369f9738731ea3452828b29227e1e06
DIFF: https://github.com/llvm/llvm-project/commit/5176fb8b1369f9738731ea3452828b29227e1e06.diff
LOG: [Clang] Update ReleaseNotes with ThreadSafetyAnalysis changes (#155687)
Note that ACQUIRED_BEFORE(...) and ACQUIRED_AFTER(...) no longer require
-Wthread-safety-beta.
Follow-up from https://github.com/llvm/llvm-project/pull/152853.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 39fd1e396cdb8..c0c2766f76b4b 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -270,6 +270,10 @@ Improvements to Clang's diagnostics
decorated with the ``alloc_size`` attribute don't allocate enough space for
the target pointer type.
+- The :doc:`ThreadSafetyAnalysis` attributes ``ACQUIRED_BEFORE(...)`` and
+ ``ACQUIRED_AFTER(...)`` have been moved to the stable feature set and no
+ longer require ``-Wthread-safety-beta`` to be used.
+
Improvements to Clang's time-trace
----------------------------------
More information about the cfe-commits
mailing list