@@ -279,11 +279,6 @@ Improvements to Clang's diagnostics
279279- The :doc: `ThreadSafetyAnalysis ` attributes ``ACQUIRED_BEFORE(...) `` and
280280 ``ACQUIRED_AFTER(...) `` have been moved to the stable feature set and no
281281 longer require ``-Wthread-safety-beta `` to be used.
282- - The :doc: `ThreadSafetyAnalysis ` gains basic alias-analysis of capability
283- pointers under ``-Wthread-safety-beta `` (still experimental), which reduces
284- both false positives but also false negatives through more precise analysis.
285-
286- - Clang now looks through parenthesis for ``-Wundefined-reinterpret-cast `` diagnostic.
287282
288283Improvements to Clang's time-trace
289284----------------------------------
@@ -313,8 +308,6 @@ Bug Fixes in This Version
313308- Builtin elementwise operators now accept vector arguments that have different
314309 qualifiers on their elements. For example, vector of 4 ``const float `` values
315310 and vector of 4 ``float `` values. (#GH155405)
316- - Fixed a failed assertion with a negative limit parameter value inside of
317- ``__has_embed ``. (#GH157842)
318311
319312Bug Fixes to Compiler Builtins
320313^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -357,9 +350,6 @@ Bug Fixes to C++ Support
357350 authentication enabled. (#GH152601)
358351- Fix the check for narrowing int-to-float conversions, so that they are detected in
359352 cases where converting the float back to an integer is undefined behaviour (#GH157067).
360- - Fix a crash when applying binary or ternary operators to two same function types with different spellings,
361- where at least one of the function parameters has an attribute which affects
362- the function type.
363353- Fix an assertion failure when a ``constexpr `` variable is only referenced through
364354 ``__builtin_addressof ``, and related issues with builtin arguments. (#GH154034)
365355
@@ -513,6 +503,7 @@ OpenMP Support
513503- Allow array length to be omitted in array section subscript expression.
514504- Fixed non-contiguous strided update in the ``omp target update `` directive with the ``from `` clause.
515505- Properly handle array section/assumed-size array privatization in C/C++.
506+ - Added support to handle new syntax of the ``uses_allocators `` clause.
516507
517508Improvements
518509^^^^^^^^^^^^
0 commit comments