File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,11 @@ Improvements to Clang's diagnostics
282282- The :doc: `ThreadSafetyAnalysis ` attributes ``ACQUIRED_BEFORE(...) `` and
283283 ``ACQUIRED_AFTER(...) `` have been moved to the stable feature set and no
284284 longer require ``-Wthread-safety-beta `` to be used.
285+ - The :doc: `ThreadSafetyAnalysis ` gains basic alias-analysis of capability
286+ pointers under ``-Wthread-safety-beta `` (still experimental), which reduces
287+ both false positives but also false negatives through more precise analysis.
288+
289+ - Clang now looks through parenthesis for ``-Wundefined-reinterpret-cast `` diagnostic.
285290
286291- Fixed a bug where the source location was missing when diagnosing ill-formed
287292 placeholder constraints.
You can’t perform that action at this time.
0 commit comments