summaryrefslogtreecommitdiff
path: root/clang/lib/InstallAPI/FileList.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-04-30[InstallAPI] Cleanup I/O error handling for input lists (#90664)Cyndy Ishida
Add validation in the FileList reader to check that the headers exist and use similar diagnostics in Options.cpp
2024-02-21[NFC][clang] Remove trailing whitespacesBill Wendling
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida
This patch adds support for expected InstallAPI inputs. InstallAPI accepts a well defined filelist of headers and how those headers represent a single library. InstallAPI captures header files to determine linkable symbols to then compare against what was compiled in a binary dylib and generate TBD files.