aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI/objc_interface.m
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Revert "Reenable external categories (#87357)"revert-87357-reenable-external-categoriesVitaly Buka1-346/+687
2024-04-03Reenable external categories (#87357)Daniel Grumberg1-687/+346
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg1-346/+687
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg1-687/+346
2023-11-28[clang][ExtractAPI] Add support for blocks in declaration fragments (#73369)Daniel Grumberg1-0/+4
2023-11-14ExtractAPI: use zero-based indices for line/column in symbol graph (#71753)QuietMisdreavus1-14/+14
2023-07-31[clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSONErick Velez1-0/+4
2023-04-04[ExtractAPI] Remove extra attributes in property declaration fragmentsUsman Akinyemi1-8/+0
2022-11-07Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg1-6/+12
2022-11-07Only add targetFallback if target is not in defined in current productDaniel Grumberg1-12/+6
2022-11-07[clang][ExtractAPI] Add targetFallback to relationships in symbol graphDaniel Grumberg1-7/+14
2022-07-27[clang][ExtractAPI] Add a space between type and name in property declaration...Daniel Grumberg1-0/+4
2022-04-12[clang][ExtractAPI][NFC] Fix sed delimiter in testZixu Wang1-2/+2
2022-04-11[clang][extract-api] Emit "functionSignature" in SGF for ObjC methods.Daniel Grumberg1-0/+96
2022-04-08[clang][extract-api] Emit "navigator" property of "name" in SymbolGraphDaniel Grumberg1-3/+151
2022-04-07[clang][ExtractAPI] Fix declaration fragments for ObjC methodsZixu Wang1-5/+9
2022-04-07[clang][ExtractAPI] Fix appendSpace in DeclarationFragmentsZixu Wang1-4/+4
2022-04-06[clang][extract-api] Fix small issues with SymbolGraphSerializerDaniel Grumberg1-19/+59
2022-03-29[clang][extract-api] Add Objective-C interface supportZixu Wang1-0/+402