llvm-project/clang/test/ExtractAPI
Daniel Grumberg 57c9780d60 [clang][ExtractAPI] Record availability information on all platforms
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.

Differential Revision: https://reviews.llvm.org/D130918
2022-08-19 14:54:52 -07:00
..
availability.c [clang][ExtractAPI] Record availability information on all platforms 2022-08-19 14:54:52 -07:00
enum.c ExtractAPI: Use %clang_cc1 and -verify in enum.c 2022-05-03 11:57:24 -07:00
global_record.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
global_record_multifile.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
known_files_only.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
language.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
macro_undefined.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
macros.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
objc_category.m [clang][ExtractAPI] Add a space between type and name in property declaration fragments 2022-07-27 11:02:21 +01:00
objc_interface.m [clang][ExtractAPI] Add a space between type and name in property declaration fragments 2022-07-27 11:02:21 +01:00
objc_property.m [clang][ExtractAPI] Fix objc_property.m reference output 2022-07-27 11:34:17 +01:00
objc_protocol.m [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
relative_include.m Revert "Revert "[clang][extract-api] Use relative includes"" 2022-05-04 14:52:45 -07:00
struct.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
typedef.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
typedef_anonymous_record.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
typedef_chain.c [clang][ExtractAPI][NFC] Fix sed delimiter in test 2022-04-12 10:00:15 -07:00
underscored.c [clang][extract-api] Don't emit symbols prefixed with an underscore 2022-05-25 19:02:18 +01:00