[clang] Thread Safety Analysis: Improved pointer handling (PR #127396)
Marco Elver via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 10:14:02 PST 2025
================
@@ -143,6 +143,11 @@ Improvements to Clang's diagnostics
- A statement attribute applied to a ``case`` label no longer suppresses
'bypassing variable initialization' diagnostics (#84072).
+- The :doc:`ThreadSafetyAnalysis` now supports ``-Wthread-safety-pointer``
----------------
melver wrote:
Note this is also still mentioned in https://clang.llvm.org/docs/ThreadSafetyAnalysis.html#no-alias-analysis
https://github.com/llvm/llvm-project/pull/127396
More information about the cfe-commits
mailing list