[llvm-branch-commits] [clang-tools-extra] [clangd] Add clangd 22 release notes (PR #177085)

Nathan Ridge via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 20 18:59:33 PST 2026


================
@@ -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


More information about the llvm-branch-commits mailing list