aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[ExtractAPI] Format typedef params correctly (#171516)Prajwal Nadig1-1/+4
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov2-2/+2
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda1-2/+1
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov1-1/+1
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov1-1/+1
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov2-53/+59
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu1-12/+3
2025-07-07[ExtractAPI] Include tilde in destructor name (#146001)Prajwal Nadig1-3/+8
2025-06-30[ExtractAPI] Format pointer types correctly (#146182)Prajwal Nadig1-11/+18
2025-06-23[ExtractAPI] Include `virtual` keyword for methods (#145412)Prajwal Nadig1-0/+3
2025-06-20[ExtractAPI] Include +/- symbols for ObjC methods (#145035)Prajwal Nadig1-0/+16
2025-06-15[clang] Remove unused includes (NFC) (#144285)Kazu Hirata2-3/+0
2025-05-12[NFC] Optimize file kind determination (#139492)Serge Pavlov1-2/+1
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov1-7/+0
2025-03-26[clang][ExtractAPI] fix a couple crashes when used via libclang (#132297)QuietMisdreavus1-1/+5
2024-12-16[ExtractAPI] reorder the module names in extension symbol graph file names (#...QuietMisdreavus1-3/+2
2024-10-28Remove support for RenderScript (#112916)Aaron Ballman1-1/+0
2024-10-02[clang][ExtractAPI] Generate subheading for typedef'd anonymous types (#110689)Daniel Grumberg1-0/+3
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda1-2/+2
2024-09-19[clang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim1-1/+0
2024-09-05[clang][ExtractAPI] Handle AttributedType fragments transparently (#107262)Daniel Grumberg1-0/+13
2024-09-03[clang][ExtractAPI] Remove erroneous module name check in MacroCallbacks (#10...Daniel Grumberg1-1/+1
2024-08-29[clang][ExtractAPI] Fix iteration order of TopLevelRecords (#106411)Daniel Grumberg1-2/+4
2024-08-27[clang][ExtractAPI] Fix quirks in interaction with submodules (#105868)Daniel Grumberg3-59/+39
2024-08-20Reenable anon structs (#104922)Daniel Grumberg2-10/+51
2024-08-19Revert "[clang][ExtractAPI] Stop dropping fields of nested anonymous record t...Daniel Grumberg2-51/+10
2024-08-19[clang][ExtractAPI] Stop dropping fields of nested anonymous record types whe...Daniel Grumberg2-10/+51
2024-08-15[clang][ExtractAPI] Emit environment component of target triple in SGF (#103273)Daniel Grumberg1-0/+4
2024-08-15[clang][ExtractAPI] Compute inherited availability information (#103040)Daniel Grumberg1-14/+17
2024-07-16[clang][ExtractAPI][NFC] Remove some nullptr dereference problems (#98914)Daniel Grumberg1-2/+6
2024-06-06[clang][NFC] fix name lookup for llvm::json::Value in SymbolGraphSerializer (...Yuxuan Chen1-3/+2
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone1-1/+0
2024-05-24[clang][ExtractAPI] Ensure TemplateArgumentLocations are only accessed if ava...Daniel Grumberg1-11/+21
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-2/+3
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov1-4/+4
2024-05-20[clang][ExtractAPI] Remove symbols defined in categories to external types un...Daniel Grumberg1-2/+9
2024-05-17[clang][ExtractAPI] Correctly generate declaration fragments for non-type tem...Daniel Grumberg1-37/+189
2024-05-13[clang][ExtractAPI] Distinguish between record kind for display and for RTTI ...Daniel Grumberg1-3/+3
2024-04-24[clang][ExtractAPI] Fix handling of anonymous TagDecls (#87772)Daniel Grumberg3-4/+43
2024-04-23[clang][ExtractAPI] Serialize platform specific unavailable attribute in symb...Daniel Grumberg1-13/+15
2024-04-03Reenable external categories (#87357)Daniel Grumberg5-1140/+536
2024-04-02[clang][ExtractAPI] improve template argument name deduction (#77716)Erick Velez1-41/+10
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg5-536/+1140
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg5-1140/+536
2024-03-21[CIR][Basic][NFC] Add the CIR language to the Language enumNathan Lanza1-0/+1
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida2-4/+4
2024-02-15[clang] Move `AvailabilityInfo` into AST library (#81897)Cyndy Ishida2-36/+0
2024-01-28[ExtractAPI] Use StringRef::starts_with (NFC)Kazu Hirata1-8/+8
2024-01-22[clang][ExtractAPI] Ensure typedef to pointer types are preserved (#78584)Daniel Grumberg1-40/+40
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg3-27/+35