[all-commits] [llvm/llvm-project] 1e5ada: [clang-doc] Handle static members and functions
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri Apr 11 22:06:45 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-statics-impl
Home: https://github.com/llvm/llvm-project
Commit: 1e5adae44b8e8ebbb0438d1c5972f3937711954a
https://github.com/llvm/llvm-project/commit/1e5adae44b8e8ebbb0438d1c5972f3937711954a
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.
Commit: c99d100db177993258cf1353e8b6697e8695e40b
https://github.com/llvm/llvm-project/commit/c99d100db177993258cf1353e8b6697e8695e40b
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-04-11 (Fri, 11 Apr 2025)
Changed paths:
M clang-tools-extra/clang-doc/Serialize.cpp
Log Message:
-----------
Fix typo
Compare: https://github.com/llvm/llvm-project/compare/4b02fd4b9043...c99d100db177
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