[all-commits] [llvm/llvm-project] 441b96: [clang-doc] fix names of conversions for template ...

Erick Velez via All-commits all-commits at lists.llvm.org
Fri May 23 12:35:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 441b967ad919de182f54929de701b945a69449c9
      https://github.com/llvm/llvm-project/commit/441b967ad919de182f54929de701b945a69449c9
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/test/clang-doc/conversion_function.cpp

  Log Message:
  -----------
  [clang-doc] fix names of conversions for template parameters (#140856)

Fixes #59812

The names of conversion functions of template type parameters were being
emitted as "type-parameter-N-M". Now we check if the conversion type is
a TemplateTypeParmType and reconstruct the source name.



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