[all-commits] [llvm/llvm-project] 5c3789: [clang-doc] Handle static members and functions (#...

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri Apr 18 18:08:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c3789811fd5b50df1178e7068efb75c5b359383
      https://github.com/llvm/llvm-project/commit/5c3789811fd5b50df1178e7068efb75c5b359383
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-18 (Fri, 18 Apr 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/BitcodeReader.cpp
    M clang-tools-extra/clang-doc/BitcodeWriter.cpp
    M clang-tools-extra/clang-doc/BitcodeWriter.h
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.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 (#135457)

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

Fixes #59813.



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