summaryrefslogtreecommitdiff
path: root/clang/lib/InstallAPI
AgeCommit message (Expand)Author
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-15[ADT] Migrate StringSwitch Cases with 6+ arguments to new overload. NFC. (#16...Jakub Kuderski
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-06-15[clang] Remove unused includes (NFC) (#144285)Kazu Hirata
2025-05-17[clang] Remove redundant control flow statements (NFC) (#140359)Kazu Hirata
2025-05-08[clang-installapi] Store dylib attributes in the order they are passed on the...Cyndy Ishida
2024-11-15[Clang][Darwin] Introduce `SubFrameworks` as a SDK default location (#115048)Cyndy Ishida
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-07-25[InstallAPI] Fix early return for scanning sub-directories (#100636)Cyndy Ishida
2024-07-10[InstallAPI] Don't look for linker directive symbols in reexports (#98171)Cyndy Ishida
2024-07-04[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt
2024-06-14[InstallAPI] Pick up input headers by directory traversal (#94508)Cyndy Ishida
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-04-30[InstallAPI] Cleanup I/O error handling for input lists (#90664)Cyndy Ishida
2024-04-18[InstallAPI] Add support for aliased exports (#88750)Cyndy Ishida
2024-04-11[InstallAPI] Handle zippered frameworks (#88205)Cyndy Ishida
2024-04-09[InstallAPI] Tie lifetime of FE objects to DylibVerifier (#88189)Cyndy Ishida
2024-04-08Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim
2024-04-05[InstallAPI] Capture & compare load commands that may differ per arch slice (...Cyndy Ishida
2024-04-02[InstallAPI] Condense std::pair unwrapping in CategoryRecord NFCCyndy Ishida
2024-03-29[InstallAPI] Add support for parsing dSYMs (#86852)Cyndy Ishida
2024-03-27[clang-installapi] Remove unnecessary copy (#86808)smanna12
2024-03-26[InstallAPI] Add missing license header to file, NFCCyndy Ishida
2024-03-25Reapply "[InstallAPI] Add --extra* and --exclude* cli options for header inpu...Cyndy Ishida
2024-03-25[InstallAPI] Silence unused variable warning, NFCCyndy 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-21[InstallAPI] Report exports discovered in binary but not in interface (#86025)Cyndy Ishida
2024-03-20[InstallAPI] Simplify & improve symbol printing for diagnostics (#85894)Cyndy Ishida
2024-03-19[InstallAPI] Verify that declarations in headers map to exports found in dyli...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] Add missing link to clangLexCyndy 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[TextAPI][InstallAPI] Fix documentation typos, NFCCyndy Ishida
2024-02-28[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida
2024-02-21[NFC][clang] Remove trailing whitespacesBill Wendling
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida
2024-02-13[InstallAPI] Add missing link to clangBasicCyndy Ishida
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida