aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI/enum.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Revert "Reenable external categories (#87357)"revert-87357-reenable-external-categoriesVitaly Buka1-1/+1
2024-04-03Reenable external categories (#87357)Daniel Grumberg1-1/+1
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg1-1/+1
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg1-1/+1
2023-11-14ExtractAPI: use zero-based indices for line/column in symbol graph (#71753)QuietMisdreavus1-38/+38
2023-03-20[clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration frag...NagaChaitanya Vellanki1-0/+16
2022-11-07Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg1-11/+22
2022-11-07Only add targetFallback if target is not in defined in current productDaniel Grumberg1-22/+11
2022-11-07[clang][ExtractAPI] Add targetFallback to relationships in symbol graphDaniel Grumberg1-11/+22
2022-10-14Properly print unnamed TagDecl objects in diagnosticsAaron Ballman1-8/+8
2022-05-03ExtractAPI: Use %clang_cc1 and -verify in enum.cDuncan P. N. Exon Smith1-5/+3
2022-04-12[clang][extract-api] Add support for true anonymous enumsDaniel Grumberg1-0/+194
2022-04-12[clang][ExtractAPI][NFC] Fix sed delimiter in testZixu Wang1-2/+2
2022-04-08[clang][extract-api] Emit "navigator" property of "name" in SymbolGraphDaniel Grumberg1-0/+66
2022-04-06[clang][extract-api] Fix small issues with SymbolGraphSerializerDaniel Grumberg1-34/+109
2022-03-23[clang][extract-api] Add enum supportZixu Wang1-0/+505