https://github.com/evelez7 created https://github.com/llvm/llvm-project/pull/175232
None >From 32a5a9cf24a995863b243e6ffce10bc25117711f Mon Sep 17 00:00:00 2001 From: Erick Velez <[email protected]> Date: Fri, 9 Jan 2026 11:57:51 -0800 Subject: [PATCH] [clang-doc] Update clang-tools-extra release notes --- clang-tools-extra/docs/ReleaseNotes.rst | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 576aedaf427e6..76fd1244ea950 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -144,6 +144,32 @@ Miscellaneous Improvements to clang-doc ------------------------- +- Use the Mustache HTML generator as the default HTML option. + +- Document concepts, typedefs, aliases, public class members, nested records, + nested namespaces, global functions, global variables, protected methods and + members and friends in HTML. + +- Document ``throws`` comments in HTML. + +- Add definition location for classes in HTML. + +- Show class template declaration in HTML. + +- Add a top-level index page in HTML. This page lists the top-level namespaces + and serves as the documentation's root URL. + +- Add a ``Home`` button to the navigation bar which replaces non-useful buttons. + This new button links to the top-level index page. + +- Add a breadcrumb navigation bar to the navbar. This helps navigate through a + documented entity's context. + +- If a filename is too long, then the name will be truncated and the documented + entity's USR will be concatenated to guarantee its uniqueness. + +- Revert the flat directory structure to a nested directory structure. + Improvements to clang-query --------------------------- _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
