[all-commits] [llvm/llvm-project] d18b79: [clang-doc] remove FullName from serialization (#1...
Erick Velez via All-commits
all-commits at lists.llvm.org
Wed Nov 5 15:28:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d18b7964292643bb5db2c532a3e833caf5e0ff32
https://github.com/llvm/llvm-project/commit/d18b7964292643bb5db2c532a3e833caf5e0ff32
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
Log Message:
-----------
[clang-doc] remove FullName from serialization (#166595)
An Info's FullName was not being used anywhere in clang-doc. It seems to
have been superseded by other types like QualName. Removing FullName
also orphans getRecordPrototype, which constructs a record's full
declaration (template<...> class ...). There are better ways to
construct this documentation in templates.
Fixes #143086
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