================ @@ -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 ---------------- tcottin wrote:
Maybe we could mention markdown also? ```suggestion - Added support for parsing and presenting doxygen and markdown documentation ``` 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
