[all-commits] [llvm/llvm-project] 4b02fd: [clang-doc] Handle static members and functions
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri Apr 11 16:55:29 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-statics-impl
Home: https://github.com/llvm/llvm-project
Commit: 4b02fd4b9043237a997f01b3fa814c6f172d98d8
https://github.com/llvm/llvm-project/commit/4b02fd4b9043237a997f01b3fa814c6f172d98d8
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-04-11 (Fri, 11 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.
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