aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Revert "Reenable external categories (#87357)"revert-87357-reenable-external-categoriesVitaly Buka56-1751/+6050
2024-04-03Reenable external categories (#87357)Daniel Grumberg56-6050/+1751
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg56-1751/+6050
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg56-6050/+1751
2024-01-22[clang][ExtractAPI] Ensure typedef to pointer types are preserved (#78584)Daniel Grumberg1-0/+280
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg1-0/+281
2024-01-19[clang][ExtractAPI] Record availability information only for the target platf...Sofía Rodríguez1-20/+0
2023-12-07[clang][ExtractAPI] Allow serialization for ObjC++ headers (#74733)Daniel Grumberg1-2/+99
2023-12-01[clang][ExtractAPI] Ensure LocationFileChecker doesn't try to traverse VFS wh...Daniel Grumberg1-0/+211
2023-11-28[clang][ExtractAPI] Add support for blocks in declaration fragments (#73369)Daniel Grumberg5-0/+1005
2023-11-14ExtractAPI: use zero-based indices for line/column in symbol graph (#71753)QuietMisdreavus51-440/+440
2023-11-07[clang][ExtractAPI] Update availability serialization in SGF (#71418)Daniel Grumberg1-10/+10
2023-08-22[clang][ExtractAPI] Fix bool spelling coming from the macro definition.Erick Velez2-0/+407
2023-08-22[clang][ExtractAPI] Add support for namespacesErick Velez2-0/+328
2023-08-21[clang][ExtractAPI] Refactor C++ method and field visitationErick Velez2-44/+44
2023-08-21[clang][ExtractAPI] Add support for C++ member templatesErick Velez1-0/+206
2023-08-21[clang][ExtractAPI] Visit method templates with better schemeErick Velez2-0/+615
2023-08-18[clang][ExtractAPI] Add support for C++ global function templatesErick Velez2-0/+614
2023-08-18[clang][ExtractAPI] Add support for C++ variable templatesErick Velez3-0/+602
2023-08-18[clang][ExtractAPI] Add support for C++ class templates and conceptsErick Velez5-0/+873
2023-08-15[clang][ExtractAPI] Add support for Objective-C categoriesruturaj42-0/+911
2023-08-04[clang][ExtractAPI] Add support for C++ classes with fixErick Velez8-0/+2269
2023-08-02Revert "[clang][ExtractAPI] Add support for C++ classes"Erick Velez8-2269/+0
2023-08-02[clang][ExtractAPI] Add support for C++ classesErick Velez8-0/+2269
2023-07-31[clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSONErick Velez10-0/+68
2023-07-03[clang][ExtractAPI] Add --emit-symbol-graph optionAnkur2-0/+976
2023-05-04[clang][ExtractAPI] Add semicolon to function declaration fragmentsNagaChaitanya Vellanki4-9/+9
2023-04-13[clang][ExtractAPI] Complete declaration fragments for TagDecl types defined ...ruturaj41-0/+441
2023-04-04[ExtractAPI] Remove extra attributes in property declaration fragmentsUsman Akinyemi4-268/+4
2023-03-30[clang][ExtractAPI] Remove extra pointer indirection from declaration fragmen...NagaChaitanya Vellanki1-0/+341
2023-03-23[clang][ExtractAPI]Fix Declaration fragments for instancetype in the type pos...NagaChaitanya Vellanki1-0/+254
2023-03-20[clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration frag...NagaChaitanya Vellanki7-0/+80
2023-03-13[clang][ExtractAPI] Add multiple file support to --extract-api-ignoresAnkur1-0/+44
2023-03-02[clang][ExtractAPI] Handle platform specific unavailability correctlyAnkur1-0/+7
2022-12-16[clang][ExtractAPI] Fix naming of typedef'd anonymous enumsDaniel Grumberg1-12/+235
2022-11-07Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg8-37/+74
2022-11-07Only add targetFallback if target is not in defined in current productDaniel Grumberg8-74/+37
2022-11-07[clang][ExtractAPI] Add targetFallback to relationships in symbol graphDaniel Grumberg8-39/+78
2022-10-25[clang][ExtractAPI] Allow users to specify a list of symbols to ignoreDaniel Grumberg1-0/+27
2022-10-14Fix the ExtractAPI testsAaron Ballman1-5/+5
2022-10-14Properly print unnamed TagDecl objects in diagnosticsAaron Ballman1-8/+8
2022-10-13[clang][ExtractAPI] Ignore fully anonymous RecordDeclsDaniel Grumberg1-0/+396
2022-08-19[clang][ExtractAPI] Record availability information on all platformsDaniel Grumberg1-0/+459
2022-07-27[clang][ExtractAPI] Fix objc_property.m reference outputDaniel Grumberg1-0/+24
2022-07-27[clang][ExtractAPI] Ensure that class properties have a kind of "Type Property"Daniel Grumberg1-0/+745
2022-07-27[clang][ExtractAPI] Add a space between type and name in property declaration...Daniel Grumberg2-0/+8
2022-05-25[clang][extract-api] Don't emit symbols prefixed with an underscoreDaniel Grumberg1-0/+396
2022-05-04Revert "Revert "[clang][extract-api] Use relative includes""Zixu Wang2-176/+193
2022-05-04Revert "[clang][extract-api] Use relative includes"Zixu Wang2-193/+176
2022-05-04[clang][extract-api] Use relative includesZixu Wang2-176/+193