[all-commits] [llvm/llvm-project] 32f60c: [clang-doc] Handle static members and functions

Paul Kirth via All-commits all-commits at lists.llvm.org
Sat Apr 12 10:56:21 PDT 2025


  Branch: refs/heads/users/ilovepi/clang-doc-statics-impl
  Home:   https://github.com/llvm/llvm-project
  Commit: 32f60cd27c9234fd945443e801f1788930b1cd57
      https://github.com/llvm/llvm-project/commit/32f60cd27c9234fd945443e801f1788930b1cd57
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Mapper.cpp
    M clang-tools-extra/clang-doc/Mapper.h
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/Serialize.h
    M clang-tools-extra/test/clang-doc/basic-project.test

  Log Message:
  -----------
  [clang-doc] Handle static members and functions

clang-doc didn't visit VarDecl, and hence never collected info
from class statics members and functions.

Fixes #59813.


  Commit: 617ddb71ef2987f762ce42e50e6611b51512d919
      https://github.com/llvm/llvm-project/commit/617ddb71ef2987f762ce42e50e6611b51512d919
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

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

  Log Message:
  -----------
  Fix typo


  Commit: df44b4c08fdc50b76496761b155453e3ccfaddfa
      https://github.com/llvm/llvm-project/commit/df44b4c08fdc50b76496761b155453e3ccfaddfa
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

  Changed paths:
    M clang-tools-extra/test/clang-doc/basic-project.test

  Log Message:
  -----------
  Fix file separator in test for Windows


  Commit: 7b9a54534f48fe0213c02053940c002dedffd420
      https://github.com/llvm/llvm-project/commit/7b9a54534f48fe0213c02053940c002dedffd420
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

  Changed paths:
    M clang-tools-extra/test/clang-doc/basic-project.test

  Log Message:
  -----------
  Allow for escaped forward slash in Windows paths


  Commit: d0e1eaf13d33a1add70902d5ed35178d52abf263
      https://github.com/llvm/llvm-project/commit/d0e1eaf13d33a1add70902d5ed35178d52abf263
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

  Changed paths:
    M clang-tools-extra/test/clang-doc/basic-project.test

  Log Message:
  -----------
  Fix path check in MD-CALC


Compare: https://github.com/llvm/llvm-project/compare/a30437028dd3...d0e1eaf13d33

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