================
@@ -93,31 +93,75 @@ Potentially Breaking Changes
 Improvements to clangd
 ----------------------
 
-Inlay hints
-^^^^^^^^^^^
+Compile flags
+^^^^^^^^^^^^^
 
-- ``clangd`` now shows designator hints for aggregate initialization of 
structures 
-  with parentheses-list initialization (``CXXParenListInitExpr``) syntax. 
+- Added proper support for the ``-std=c++latest`` flag, often used by
+  Windows users writing C++23 code.
 
 Diagnostics
 ^^^^^^^^^^^
 
-Semantic Highlighting
-^^^^^^^^^^^^^^^^^^^^^
-
-Compile flags
-^^^^^^^^^^^^^
+- Fixed a bug that caused the quick-fix for the 
``readability-identifier-naming``
+  diagnostic not to work in some editors.
 
 Hover
 ^^^^^
 
+- Added support for parsing and presenting doxygen documentation
----------------
HighCommander4 wrote:

@tcottin Is this a suitable description of your clangd 22 patches related to 
documentation? Feel free to suggest modified wording if you'd like to expand on 
it.

https://github.com/llvm/llvm-project/pull/177085
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to