summaryrefslogtreecommitdiff
path: root/clang/lib/InstallAPI/Frontend.cpp
AgeCommit message (Expand)Author
2025-06-15[clang] Remove unused includes (NFC) (#144285)Kazu Hirata
2024-11-07[InstallAPI] Call DenseMap::find without constructing std::string (NFC) (#115...Kazu Hirata
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda
2024-04-09[InstallAPI] Tie lifetime of FE objects to DylibVerifier (#88189)Cyndy Ishida
2024-04-05[InstallAPI] Capture & compare load commands that may differ per arch slice (...Cyndy Ishida
2024-03-25Reapply "[InstallAPI] Add --extra* and --exclude* cli options for header inpu...Cyndy Ishida
2024-03-25Revert "[InstallAPI] Add --extra* and --exclude* cli options for header input...Cyndy Ishida
2024-03-25[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)Cyndy Ishida
2024-03-16[InstallAPI] Introduce Basic Verifier (#85106)Cyndy Ishida
2024-03-12[InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida
2024-03-07[InstallAPI] Collect global functions (#83952)Cyndy Ishida
2024-03-04[InstallAPI] Collect symbols from ObjC Ivars (#83632)Cyndy Ishida
2024-03-01[InstallAPI] Collect frontend attributes & ObjCInterface decls (#83378)Cyndy Ishida
2024-02-29[InstallAPI] Use unique identifiers for input buffers (#83523)Cyndy Ishida
2024-02-28[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida