[all-commits] [llvm/llvm-project] cc1c01: Mark static functions and members in normal proces...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Sat Apr 12 12:59:34 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-statics-impl
Home: https://github.com/llvm/llvm-project
Commit: cc1c017ea7c48dbdbda9871335b0d297be2c7828
https://github.com/llvm/llvm-project/commit/cc1c017ea7c48dbdbda9871335b0d297be2c7828
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-04-12 (Sat, 12 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/Mapper.cpp
M clang-tools-extra/clang-doc/Mapper.h
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/test/clang-doc/basic-project.test
Log Message:
-----------
Mark static functions and members in normal processing
Visiting VarDecls looses context. Instead, track additional information
about statics within the Info* classes, and update serialization to
handle it. We can visit VarDecl's as a normal part of visiting Records,
and keep the necessary context.
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