@@ -310,7 +310,7 @@ C++23 Feature Support
310310
311311- Extend lifetime of temporaries in mem-default-init for P2718R0. Clang now fully
312312 supports `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0 >`_.
313-
313+
314314- ``__cpp_explicit_this_parameter `` is now defined. (#GH82780)
315315
316316C++20 Feature Support
@@ -715,7 +715,7 @@ Improvements to Clang's diagnostics
715715
716716- Clang now diagnoses dangling references for C++20's parenthesized aggregate initialization (#101957).
717717
718- - Fixed a bug where Clang would not emit ``-Wunused-private-field `` warnings when an unrelated class
718+ - Fixed a bug where Clang would not emit ``-Wunused-private-field `` warnings when an unrelated class
719719 defined a defaulted comparison operator (#GH116270).
720720
721721 .. code-block :: c++
@@ -832,6 +832,8 @@ Bug Fixes to Compiler Builtins
832832
833833- Fix ``__builtin_source_location `` incorrectly returning wrong column for method chains. (#GH119129)
834834
835+ - The behvaiour of ``__add_pointer `` and ``__remove_pointer `` for Objective-C++'s ``id `` and interfaces has been fixed.
836+
835837Bug Fixes to Attribute Support
836838^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
837839
@@ -934,7 +936,7 @@ Bug Fixes to C++ Support
934936- Fixed an assertion failure caused by invalid default argument substitutions in non-defining
935937 friend declarations. (#GH113324)
936938- Fix a crash caused by incorrect argument position in merging deduced template arguments. (#GH113659)
937- - Fixed a parser crash when using pack indexing as a nested name specifier. (#GH119072)
939+ - Fixed a parser crash when using pack indexing as a nested name specifier. (#GH119072)
938940- Fixed a null pointer dereference issue when heuristically computing ``sizeof...(pack) `` expressions. (#GH81436)
939941- Fixed an assertion failure caused by mangled names with invalid identifiers. (#GH112205)
940942- Fixed an incorrect lambda scope of generic lambdas that caused Clang to crash when computing potential lambda
0 commit comments