[all-commits] [llvm/llvm-project] 0b063c: [clang-doc] remove FullName from serialization

Erick Velez via All-commits all-commits at lists.llvm.org
Wed Nov 5 09:08:10 PST 2025


  Branch: refs/heads/users/evelez7/clang-doc-remove-fullname
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b063ca310e21af7537524f29c6f1294984f8406
      https://github.com/llvm/llvm-project/commit/0b063ca310e21af7537524f29c6f1294984f8406
  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

An Info's FullName was not being used anywhere in clang-doc. It seems to
have been superseded by other types like QualName. Removing QualName
also orphans getRecordPrototype, which constructs a record's full
declaration (template<...> class ...). There are better ways to
construct this documentation in templates.



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