[PATCH] D130918: [clang][ExtractAPI] Record availability information on all platforms
Daniel Grumberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 1 10:55:54 PDT 2022
dang created this revision.
dang added reviewers: zixuw, QuietMisdreavus, ributzka.
Herald added a subscriber: mgorny.
Herald added a project: All.
dang requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Currently ExtractAPI only emits availability information for the
current platform. This makes it easy for clients to get all availability
information for a given symbol in one invocation as opposed to having to invoke
clang once per-platform and then merge the symbol-graphs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130918
Files:
clang/include/clang/ExtractAPI/API.h
clang/include/clang/ExtractAPI/AvailabilityInfo.h
clang/lib/ExtractAPI/API.cpp
clang/lib/ExtractAPI/AvailabilityInfo.cpp
clang/lib/ExtractAPI/CMakeLists.txt
clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
clang/test/ExtractAPI/availability.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130918.449074.patch
Type: text/x-patch
Size: 67504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220801/7199eb19/attachment-0001.bin>
More information about the cfe-commits
mailing list