summaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI
AgeCommit message (Expand)Author
2025-11-17Revert "[clang][SourceManager] Use `getFileLoc` when computing `getPresumedLo...Aaron Ballman
2025-11-17[clang][SourceManager] Use `getFileLoc` when computing `getPresumedLoc` (#166...Sergej Salnikov
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov
2025-07-07[ExtractAPI] Include tilde in destructor name (#146001)Prajwal Nadig
2025-06-30[ExtractAPI] Format pointer types correctly (#146182)Prajwal Nadig
2025-06-23[ExtractAPI] Include `virtual` keyword for methods (#145412)Prajwal Nadig
2025-06-20[ExtractAPI] Include +/- symbols for ObjC methods (#145035)Prajwal Nadig
2025-06-10[clang][Darwin] Align all OS Versions for 26 (#143548)Cyndy Ishida
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
2025-02-07[clang][ExtractAPI] combine typedef records if the underlying type's name is ...QuietMisdreavus
2025-01-29[ExtractAPI] merge anon declarators even if they're array types (#120801)QuietMisdreavus
2024-12-16[ExtractAPI] reorder the module names in extension symbol graph file names (#...QuietMisdreavus
2024-10-16[clang][ExtractAPI] Fix up casting from CXXClassRecord (#110983)Daniel Grumberg
2024-10-02[clang][ExtractAPI] Generate subheading for typedef'd anonymous types (#110689)Daniel Grumberg
2024-09-05[clang][ExtractAPI] Handle AttributedType fragments transparently (#107262)Daniel Grumberg
2024-08-27[clang][ExtractAPI] Fix quirks in interaction with submodules (#105868)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-08-15[clang][ExtractAPI] Emit environment component of target triple in SGF (#103273)Daniel Grumberg
2024-08-15[clang][ExtractAPI] Compute inherited availability information (#103040)Daniel Grumberg
2024-05-29[clang][ExtractAPI] Flatten all enum cases from anonymous enums at top level ...Daniel Grumberg
2024-05-24[clang][ExtractAPI] Ensure TemplateArgumentLocations are only accessed if ava...Daniel Grumberg
2024-05-20[clang][ExtractAPI] Remove symbols defined in categories to external types un...Daniel Grumberg
2024-05-17[clang][ExtractAPI] Correctly generate declaration fragments for non-type tem...Daniel Grumberg
2024-04-24[clang][ExtractAPI] Fix handling of anonymous TagDecls (#87772)Daniel Grumberg
2024-04-23[clang][ExtractAPI] Serialize platform specific unavailable attribute in symb...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] Ensure typedef to pointer types are preserved (#78584)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-12-07[clang][ExtractAPI] Allow serialization for ObjC++ headers (#74733)Daniel Grumberg
2023-12-01[clang][ExtractAPI] Ensure LocationFileChecker doesn't try to traverse VFS wh...Daniel Grumberg
2023-11-28[clang][ExtractAPI] Add support for blocks in declaration fragments (#73369)Daniel Grumberg
2023-11-14ExtractAPI: use zero-based indices for line/column in symbol graph (#71753)QuietMisdreavus
2023-11-07[clang][ExtractAPI] Update availability serialization in SGF (#71418)Daniel Grumberg
2023-08-22[clang][ExtractAPI] Fix bool spelling coming from the macro definition.Erick Velez
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