aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[ExtractAPI] Format typedef params correctly (#171516)Prajwal Nadig1-1/+80
2025-11-17Revert "[clang][SourceManager] Use `getFileLoc` when computing `getPresumedLo...Aaron Ballman1-2/+2
2025-11-17[clang][SourceManager] Use `getFileLoc` when computing `getPresumedLoc` (#166...Sergej Salnikov1-2/+2
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov1-1/+1
2025-07-07[ExtractAPI] Include tilde in destructor name (#146001)Prajwal Nadig1-1/+1
2025-06-30[ExtractAPI] Format pointer types correctly (#146182)Prajwal Nadig4-6/+394
2025-06-23[ExtractAPI] Include `virtual` keyword for methods (#145412)Prajwal Nadig1-1/+9
2025-06-20[ExtractAPI] Include +/- symbols for ObjC methods (#145035)Prajwal Nadig1-0/+8
2025-06-10[clang][Darwin] Align all OS Versions for 26 (#143548)Cyndy Ishida2-12/+12
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir1-1/+1
2025-02-07[clang][ExtractAPI] combine typedef records if the underlying type's name is ...QuietMisdreavus1-0/+69
2025-01-29[ExtractAPI] merge anon declarators even if they're array types (#120801)QuietMisdreavus1-0/+40
2024-12-16[ExtractAPI] reorder the module names in extension symbol graph file names (#...QuietMisdreavus1-1/+8
2024-10-16[clang][ExtractAPI] Fix up casting from CXXClassRecord (#110983)Daniel Grumberg2-24/+47
2024-10-02[clang][ExtractAPI] Generate subheading for typedef'd anonymous types (#110689)Daniel Grumberg1-2/+30
2024-09-05[clang][ExtractAPI] Handle AttributedType fragments transparently (#107262)Daniel Grumberg1-0/+24
2024-08-27[clang][ExtractAPI] Fix quirks in interaction with submodules (#105868)Daniel Grumberg5-722/+383
2024-08-20Reenable anon structs (#104922)Daniel Grumberg1-0/+12
2024-08-19Revert "[clang][ExtractAPI] Stop dropping fields of nested anonymous record t...Daniel Grumberg1-12/+0
2024-08-19[clang][ExtractAPI] Stop dropping fields of nested anonymous record types whe...Daniel Grumberg1-0/+12
2024-08-15[clang][ExtractAPI] Emit environment component of target triple in SGF (#103273)Daniel Grumberg1-0/+20
2024-08-15[clang][ExtractAPI] Compute inherited availability information (#103040)Daniel Grumberg1-0/+175
2024-05-29[clang][ExtractAPI] Flatten all enum cases from anonymous enums at top level ...Daniel Grumberg2-141/+13
2024-05-24[clang][ExtractAPI] Ensure TemplateArgumentLocations are only accessed if ava...Daniel Grumberg1-0/+44
2024-05-20[clang][ExtractAPI] Remove symbols defined in categories to external types un...Daniel Grumberg1-5/+13
2024-05-17[clang][ExtractAPI] Correctly generate declaration fragments for non-type tem...Daniel Grumberg14-20/+333
2024-04-24[clang][ExtractAPI] Fix handling of anonymous TagDecls (#87772)Daniel Grumberg7-469/+186
2024-04-23[clang][ExtractAPI] Serialize platform specific unavailable attribute in symb...Daniel Grumberg1-437/+92
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