summaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/API.cpp
AgeCommit message (Expand)Author
2024-08-29[clang][ExtractAPI] Fix iteration order of TopLevelRecords (#106411)Daniel Grumberg
2024-08-20Reenable anon structs (#104922)Daniel Grumberg
2024-08-19Revert "[clang][ExtractAPI] Stop dropping fields of nested anonymous record t...Daniel Grumberg
2024-08-19[clang][ExtractAPI] Stop dropping fields of nested anonymous record types whe...Daniel Grumberg
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone
2024-04-24[clang][ExtractAPI] Fix handling of anonymous TagDecls (#87772)Daniel Grumberg
2024-04-03Reenable external categories (#87357)Daniel Grumberg
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg
2024-01-19[clang][ExtractAPI] Record availability information only for the target platf...Sofía Rodríguez
2023-10-13Stop including llvm/ADT/STLFunctionalExtras.h (NFC)Kazu Hirata
2023-08-22[clang][ExtractAPI] Add support for namespacesErick Velez
2023-08-21[clang][ExtractAPI] Refactor C++ method and field visitationErick Velez
2023-08-21[clang][ExtractAPI] Add support for C++ member templatesErick Velez
2023-08-21[clang][ExtractAPI] Visit method templates with better schemeErick Velez
2023-08-18[clang][ExtractAPI] Add support for C++ global function templatesErick Velez
2023-08-18[clang][ExtractAPI] Add support for C++ variable templatesErick Velez
2023-08-18[clang][ExtractAPI] Add support for C++ class templates and conceptsErick Velez
2023-08-15[clang][ExtractAPI] Add support for Objective-C categoriesruturaj4
2023-08-04[clang][ExtractAPI] Add support for C++ classes with fixErick Velez
2023-08-02Revert "[clang][ExtractAPI] Add support for C++ classes"Erick Velez
2023-08-02[clang][ExtractAPI] Add support for C++ classesErick Velez
2023-06-13[clang] Use DenseMapBase::lookup (NFC)Kazu Hirata
2022-12-13[clang][ExtractAPI] Add support for single symbol SGF and libclang supportDaniel Grumberg
2022-11-07Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg
2022-11-07Only add targetFallback if target is not in defined in current productDaniel Grumberg
2022-08-19[clang][ExtractAPI] Record availability information on all platformsDaniel Grumberg
2022-04-12[clang][extract-api] Add support for true anonymous enumsDaniel Grumberg
2022-04-11[clang][extract-api] Emit "functionSignature" in SGF for ObjC methods.Daniel 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-03-30[clang][extract-api] Add support for macrosDaniel 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-24[NFC][clang][extract-api] Add missing virtual anchorsZixu Wang
2022-03-24[clang][extract-api] Stop allocating APIRecords via BumpPtrAllocatorDaniel Grumberg
2022-03-23[clang][extract-api] Add struct supportZixu Wang
2022-03-23[clang][extract-api] Add enum supportZixu Wang
2022-03-22[clang][extract-api] Refactor ExtractAPI and improve docsZixu Wang