[all-commits] [llvm/llvm-project] fad23f: [clang-doc][NFC] Rename CHECK prefix for YAML

Paul Kirth via All-commits all-commits at lists.llvm.org
Thu Dec 12 20:21:08 PST 2024


  Branch: refs/heads/users/ilovepi/clang-doc-md-names
  Home:   https://github.com/llvm/llvm-project
  Commit: fad23f92a4bfda42d8d7da492973b1d348678a61
      https://github.com/llvm/llvm-project/commit/fad23f92a4bfda42d8d7da492973b1d348678a61
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

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

  Log Message:
  -----------
  [clang-doc][NFC] Rename CHECK prefix for YAML

We plan to introduce checks for other backends, like markdown.


  Commit: 80c8a707216695d11a564509da957ae518589c8b
      https://github.com/llvm/llvm-project/commit/80c8a707216695d11a564509da957ae518589c8b
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

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

  Log Message:
  -----------
  [clang-doc][NFC] Make test resilient to line changes

This just reorganizes the test code, so its easy to use @LINE directives
in the test, and avoid needing to update all the line numbers when making
unrelated changes.


  Commit: 4dede8b5f892030ef777d47e50bb36aae0d76b72
      https://github.com/llvm/llvm-project/commit/4dede8b5f892030ef777d47e50bb36aae0d76b72
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

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

  Log Message:
  -----------
  [clang-doc][NFC] Avoid unnecessary operations in the template test


  Commit: b770594661bd42567b987a5fdb168ffb6852fbbe
      https://github.com/llvm/llvm-project/commit/b770594661bd42567b987a5fdb168ffb6852fbbe
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

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

  Log Message:
  -----------
  [clang-doc] Add tests for Markdown output with C++ templates


  Commit: ae3fef1380055331ead7b3a76c1d13119a017011
      https://github.com/llvm/llvm-project/commit/ae3fef1380055331ead7b3a76c1d13119a017011
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

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

  Log Message:
  -----------
  [clang-doc] Precommit test case for functions with templated parameters and return

To address #67549 we need a test case that will show up in the markdown
output for functions.


  Commit: bb23377a49bee459c9824827f8664f08feaa14f2
      https://github.com/llvm/llvm-project/commit/bb23377a49bee459c9824827f8664f08feaa14f2
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

  Changed paths:
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/test/clang-doc/templates.cpp

  Log Message:
  -----------
  [clang-doc] Use QualName in Markdown output

QualName will provide the more useful typename when the type is
templated.

Fixes #67549


Compare: https://github.com/llvm/llvm-project/compare/fad23f92a4bf%5E...bb23377a49be

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