aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/API.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-13[clang][ExtractAPI] Add support for single symbol SGF and libclang supportDaniel Grumberg1-62/+123
2022-11-07Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg1-33/+0
2022-11-07Only add targetFallback if target is not in defined in current productDaniel Grumberg1-0/+33
2022-08-19[clang][ExtractAPI] Record availability information on all platformsDaniel Grumberg1-54/+64
2022-04-12[clang][extract-api] Add support for true anonymous enumsDaniel Grumberg1-18/+18
2022-04-11[clang][extract-api] Emit "functionSignature" in SGF for ObjC methods.Daniel Grumberg1-23/+12
2022-04-06[clang][extract-api] Add Objective-C Category supportZixu Wang1-0/+19
2022-04-06[clang][extract-api] Add support for typedefsDaniel Grumberg1-0/+12
2022-03-30[clang][extract-api] Add support for macrosDaniel Grumberg1-42/+45
2022-03-29[clang][extract-api] Add Objective-C protocol supportZixu Wang1-0/+15
2022-03-29[clang][extract-api] Add Objective-C interface supportZixu Wang1-0/+58
2022-03-24[NFC][clang][extract-api] Add missing virtual anchorsZixu Wang1-0/+4
2022-03-24[clang][extract-api] Stop allocating APIRecords via BumpPtrAllocatorDaniel Grumberg1-15/+13
2022-03-23[clang][extract-api] Add struct supportZixu Wang1-0/+27
2022-03-23[clang][extract-api] Add enum supportZixu Wang1-0/+25
2022-03-22[clang][extract-api] Refactor ExtractAPI and improve docsZixu Wang1-0/+83