[all-commits] [llvm/llvm-project] b6c17f: [clang-doc] Track if a type is a template or builtin

Paul Kirth via All-commits all-commits at lists.llvm.org
Tue May 27 15:46:22 PDT 2025


  Branch: refs/heads/users/ilovepi/clang-doc-builtin-template
  Home:   https://github.com/llvm/llvm-project
  Commit: b6c17fee39c013db4fa8b32650ed7afa14f0bd91
      https://github.com/llvm/llvm-project/commit/b6c17fee39c013db4fa8b32650ed7afa14f0bd91
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/Serialize.cpp

  Log Message:
  -----------
  [clang-doc] Track if a type is a template or builtin

Originally part of #133161. This patch adds preliminary tracking
for of TypeInfo, by tracking if the type is a builtin or template.

The new functionality is not yet exercised.

Co-authored-by: Peter Chou <peter.chou at mail.utoronto.ca>



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