History log of /llvm-project/clang/test/InstallAPI/Inputs/Simple/SimpleInternalAPI.h (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3
# 487720fc 25-Mar-2024 Cyndy Ishida <cyndy_ishida@apple.com>

Reapply "[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)" (#86574)


# 2d40f179 25-Mar-2024 Cyndy Ishida <cyndy_ishida@apple.com>

[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)

InstallAPI takes a json list of headers that is typically generated from
a build system like Xcode based on a project'

[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)

InstallAPI takes a json list of headers that is typically generated from
a build system like Xcode based on a project's attributes. Sometimes,
maintainers may want to alter this for tapi input. Using e.g.
`--extra-public-headers`, users can manipulate what headers will be used
for TBD file generation.

show more ...