[all-commits] [llvm/llvm-project] c0e80b: [clang-doc] Test more language constructs (#205585)

Paul Kirth via All-commits all-commits at lists.llvm.org
Wed Jun 24 21:52:23 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0e80b94eefd29c7c1b0ae868e5d5092109a1d17
      https://github.com/llvm/llvm-project/commit/c0e80b94eefd29c7c1b0ae868e5d5092109a1d17
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2026-06-24 (Wed, 24 Jun 2026)

  Changed paths:
    A clang-tools-extra/test/clang-doc/Inputs/array-type.cpp
    A clang-tools-extra/test/clang-doc/Inputs/class-partial-specialization.cpp
    A clang-tools-extra/test/clang-doc/Inputs/function-pointer-type.cpp
    A clang-tools-extra/test/clang-doc/Inputs/member-function-pointer-type.cpp
    A clang-tools-extra/test/clang-doc/Inputs/nested-pointer-qualifiers.cpp
    A clang-tools-extra/test/clang-doc/array-type.cpp
    A clang-tools-extra/test/clang-doc/class-partial-specialization.cpp
    A clang-tools-extra/test/clang-doc/function-pointer-type.cpp
    A clang-tools-extra/test/clang-doc/json/array-type.cpp
    A clang-tools-extra/test/clang-doc/json/class-partial-specialization.cpp
    A clang-tools-extra/test/clang-doc/json/function-pointer-type.cpp
    A clang-tools-extra/test/clang-doc/json/member-function-pointer-type.cpp
    A clang-tools-extra/test/clang-doc/json/nested-pointer-qualifiers.cpp
    A clang-tools-extra/test/clang-doc/member-function-pointer-type.cpp
    A clang-tools-extra/test/clang-doc/nested-pointer-qualifiers.cpp

  Log Message:
  -----------
  [clang-doc] Test more language constructs (#205585)

We're missing several different language constructs in our tests. This
patch simply adds the basic tests and captures the output without trying
to fix or adjust any behavior, and can be considered a sort of precommit
test for future fixes to the various documentation components.



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