Skip to content

Conversation

@evelez7
Copy link
Member

@evelez7 evelez7 commented Jan 9, 2026

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jan 9, 2026

@llvm/pr-subscribers-clang-tools-extra

Author: Erick Velez (evelez7)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/175232.diff

1 Files Affected:

  • (modified) clang-tools-extra/docs/ReleaseNotes.rst (+26)
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
 ---------------------------
 

@evelez7 evelez7 merged commit a3f3954 into llvm:main Jan 10, 2026
13 checks passed
Priyanshu3820 pushed a commit to Priyanshu3820/llvm-project that referenced this pull request Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants