summaryrefslogtreecommitdiff
path: root/clang/lib/InstallAPI/DirectoryScanner.cpp
AgeCommit message (Collapse)Author
2025-06-15[clang] Remove unused includes (NFC) (#144285)Kazu Hirata
These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures.
2024-11-15[Clang][Darwin] Introduce `SubFrameworks` as a SDK default location (#115048)Cyndy Ishida
* Have clang always append & pass System/Library/SubFrameworks when determining default sdk search paths. * Teach clang-installapi to traverse there for framework input. * Teach llvm-readtapi that the library files (TBD or binary) in there should be considered private. resolves: rdar://137457006
2024-07-25[InstallAPI] Fix early return for scanning sub-directories (#100636)Cyndy Ishida
2024-06-14[InstallAPI] Pick up input headers by directory traversal (#94508)Cyndy Ishida
Match TAPI behavior and allow input headers to be resolved via a passed directory, which is expected to be a library sitting in a build directory.