summaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/DeclarationFragments.cpp
AgeCommit message (Expand)Author
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu
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-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2025-03-26[clang][ExtractAPI] fix a couple crashes when used via libclang (#132297)QuietMisdreavus
2024-10-02[clang][ExtractAPI] Generate subheading for typedef'd anonymous types (#110689)Daniel Grumberg
2024-09-19[clang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim
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-07-16[clang][ExtractAPI][NFC] Remove some nullptr dereference problems (#98914)Daniel Grumberg
2024-05-24[clang][ExtractAPI] Ensure TemplateArgumentLocations are only accessed if ava...Daniel Grumberg
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov
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-03Reenable external categories (#87357)Daniel Grumberg
2024-04-02[clang][ExtractAPI] improve template argument name deduction (#77716)Erick Velez
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-28[ExtractAPI] Use StringRef::starts_with (NFC)Kazu Hirata
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
2023-11-28[clang][ExtractAPI] Add support for blocks in declaration fragments (#73369)Daniel Grumberg
2023-10-31[clang][NFC] Refactor ElaboratedTypeKeywordVlad Serebrennikov
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov
2023-08-25[NFC][Clang] Fix static analyzer concernElizabeth Andrews
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] Add support for C++ member templatesErick 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-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-02fix use-after-free introduced in 8b76b44e46acAugie Fackler
2023-08-02[clang][ExtractAPI] Add support for C++ classesErick Velez
2023-07-31[clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSONErick Velez
2023-05-04[clang][ExtractAPI] Add semicolon to function declaration fragmentsNagaChaitanya Vellanki
2023-04-04[ExtractAPI] Remove extra attributes in property declaration fragmentsUsman Akinyemi
2023-03-30[clang][ExtractAPI] Remove extra pointer indirection from declaration fragmen...NagaChaitanya Vellanki
2023-03-30[clang][ExtractAPI] Reland ExtractAPI for libclang improvementsDaniel Grumberg
2023-03-29Revert "Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656""Mitch Phillips
2023-03-29Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656"Daniel Grumberg
2023-03-27Revert ExtractAPI from https://reviews.llvm.org/D146656Daniel Grumberg
2023-03-27[clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensibleDaniel Grumberg