summaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
AgeCommit message (Expand)Author
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda
2025-06-15[clang] Remove unused includes (NFC) (#144285)Kazu Hirata
2025-05-12[NFC] Optimize file kind determination (#139492)Serge Pavlov
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda
2024-09-03[clang][ExtractAPI] Remove erroneous module name check in MacroCallbacks (#10...Daniel Grumberg
2024-08-27[clang][ExtractAPI] Fix quirks in interaction with submodules (#105868)Daniel Grumberg
2024-04-03Reenable external categories (#87357)Daniel Grumberg
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-12-01[clang][ExtractAPI] Ensure LocationFileChecker doesn't try to traverse VFS wh...Daniel Grumberg
2023-09-13[clang] NFCI: Use `FileEntryRef` in `FileManager::getCanonicalName()`Jan Svoboda
2023-08-01[lit][clang] Avoid realpath on Windows due to MAX_PATH limitationsSaleem Abdulrasool
2023-07-03[clang][ExtractAPI] Add --emit-symbol-graph optionAnkur
2023-03-30[clang][ExtractAPI] Reland ExtractAPI for libclang improvementsDaniel Grumberg
2023-03-29Revert "Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656""Mitch Phillips
2023-03-29Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656"Daniel Grumberg
2023-03-27Revert ExtractAPI from https://reviews.llvm.org/D146656Daniel Grumberg
2023-03-27Address code review feedbackDaniel Grumberg
2023-03-27[clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensibleDaniel Grumberg
2023-03-13[clang][ExtractAPI] Add multiple file support to --extract-api-ignoresAnkur
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2022-12-13[clang][ExtractAPI] Add support for single symbol SGF and libclang supportDaniel Grumberg
2022-12-09[ExtractAPI] Use std::optional in ExtractAPIConsumer.cpp (NFC)Kazu Hirata
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-25[clang][ExtractAPI] Allow users to specify a list of symbols to ignoreDaniel Grumberg
2022-10-13[clang][ExtractAPI] Ignore fully anonymous RecordDeclsDaniel Grumberg
2022-10-05[clang][ExtractAPI] Don't print locations for anonymous tagsZixu Wang
2022-08-19[clang][ExtractAPI] Record availability information on all platformsDaniel Grumberg
2022-07-22[NFC] Start saving InstantiatedFromDecl in non-template functionsErich Keane
2022-07-01Revert "Re-apply "Deferred Concept Instantiation Implementation"""Erich Keane
2022-07-01Re-apply "Deferred Concept Instantiation Implementation""Erich Keane
2022-06-30Revert "Deferred Concept Instantiation Implementation"Jonas Devlieghere
2022-06-30Deferred Concept Instantiation ImplementationErich Keane
2022-06-12[clang] Use any_of and none_of (NFC)Kazu Hirata
2022-05-09Revert ""Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""""Erich Keane
2022-05-09"Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""""Erich Keane
2022-05-05[clang] Add static_cast to fix Bazel build.Adrian Kuegel
2022-05-04Revert "Revert "[clang][extract-api] Use relative includes""Zixu Wang
2022-05-04Revert "[clang][extract-api] Use relative includes"Zixu Wang
2022-05-04[clang][extract-api] Use relative includesZixu Wang
2022-05-02Revert "Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""Erich Keane
2022-05-02Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation""Erich Keane
2022-05-02Revert "Deferred Concept Instantiation Implementation"Erich Keane
2022-05-02Deferred Concept Instantiation ImplementationErich Keane
2022-04-28Frontend: Delete output streams before closing CompilerInstance outputsDuncan P. N. Exon Smith
2022-04-12[clang][extract-api] Add support for true anonymous enumsDaniel Grumberg
2022-04-11[clang][extract-api] Emit "functionSignature" in SGF for ObjC methods.Daniel Grumberg
2022-04-07[clang][extract-api][NFC] Use dedicated API to check for macro equalityDaniel Grumberg