This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from b45d0733 [clangd] FuzzyMatch exposes an API for its word segmentation. NFC new cb253bf4 [clangd] Fix racy use-after-scope in unittest new b0b5526c [clang-doc] Adding PublicOnly flag
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-doc/ClangDoc.cpp | 17 +- clang-doc/ClangDoc.h | 3 +- clang-doc/Mapper.cpp | 12 +- clang-doc/Mapper.h | 7 +- clang-doc/Representation.cpp | 2 +- clang-doc/Representation.h | 6 + clang-doc/Serialize.cpp | 37 +++- clang-doc/Serialize.h | 10 +- clang-doc/tool/ClangDocMain.cpp | 11 +- test/clang-doc/module.cpp | 61 ++++++ test/clang-doc/public-module.cpp | 53 ++++++ test/clang-doc/public-records.cpp | 341 ++++++++++++++++++++++++++++++++++ unittests/clangd/TUSchedulerTests.cpp | 3 +- 13 files changed, 529 insertions(+), 34 deletions(-) create mode 100644 test/clang-doc/module.cpp create mode 100644 test/clang-doc/public-module.cpp create mode 100644 test/clang-doc/public-records.cpp