summaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
AgeCommit message (Expand)Author
2022-04-07[clang][extract-api] Process only APIs declared in inputsDaniel Grumberg
2022-04-06[clang][extract-api] Add Objective-C Category supportZixu Wang
2022-04-06[clang][extract-api] Add support for typedefsDaniel Grumberg
2022-04-05[clang][extract-api] Undefining macros should not result in a crashDaniel Grumberg
2022-03-30[clang][extract-api][NFC] Don't remap the generated input buffer in PPOptsDaniel Grumberg
2022-03-30[clang][extract-api] Add support for macrosDaniel Grumberg
2022-03-30[clang][extractapi] Tie API and serialization to the FrontendActionDaniel Grumberg
2022-03-29[clang][extract-api] Add Objective-C protocol supportZixu Wang
2022-03-29[clang][extract-api] Add Objective-C interface supportZixu Wang
2022-03-29[clang][extract-api] Use correct language info from inputsZixu Wang
2022-03-23[clang][extract-api] Enable processing of multiple headersDaniel Grumberg
2022-03-23[clang][extract-api] Add struct supportZixu Wang
2022-03-23[clang][extract-api] Add enum supportZixu Wang
2022-03-23[clang][extract-api] Suppprt for the module name property in SymbolGraphDaniel Grumberg
2022-03-22[clang][extract-api] Refactor ExtractAPI and improve docsZixu Wang