[all-commits] [llvm/llvm-project] f6c04c: [clang-doc] Serialize the global namespace name in...
Erick Velez via All-commits
all-commits at lists.llvm.org
Thu Dec 11 11:07:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6c04cd58c3878c51bf4935f18fb7bb9c6a8c83c
https://github.com/llvm/llvm-project/commit/f6c04cd58c3878c51bf4935f18fb7bb9c6a8c83c
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/test/clang-doc/json/concept.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
Log Message:
-----------
[clang-doc] Serialize the global namespace name in JSON (#171701)
Previously, the global namespace's "Name" field was left empty. It could
be identified this way, but it could also be identified by its USR.
Actually populating the "Name" field allows for nicer output in the
future.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list