aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+5
2024-06-11[clang] Replace X && isa<Y>(X) with isa_and_nonnull<Y>(X). NFC (#94987)Pavel Samolysov1-1/+1
2024-06-10[Clang][Comments] Add argument parsing for @throw @throws @exception (#84726)hdoc1-11/+23
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-1/+2
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov1-1/+2
2024-05-19[Clang][HLSL] Add environment parameter to availability attribute (#89809)Helena Kotas1-0/+6
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski1-3/+6
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl1-6/+3
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski1-3/+6
2024-04-16[clang][Index] Use canonical function parameter types in USRs (#68222)Krystian Stasiowski1-3/+6
2024-03-01[clang][index] NFC: Stylistic changesJan Svoboda2-3/+2
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+10
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-1/+1
2023-11-06[clang][NFC] Refactor `ParamCommandComment::PassDirection`Vlad Serebrennikov1-3/+3
2023-11-06[clang][NFC] Refactor `InlineCommandComment::RenderKind`Vlad Serebrennikov1-10/+10
2023-11-06[clang][NFC] Refactor `Comment::CommentKind`Vlad Serebrennikov1-13/+13
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov2-20/+36
2023-11-02[clang][NFC] Refactor `clang::Linkage` (#71049)Vlad Serebrennikov1-9/+11
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-3/+3
2023-10-19[clang][index] Fix processing of CompoundAssignOperator at setting up referen...Aleksandr Platonov1-9/+9
2023-10-18[clang][USR] Encode full decl-context also for anon namespaces (#68325)kadir çetinkaya1-4/+5
2023-10-07[clang] remove ClassScopeFunctionSpecializationDecl (#66636)Krystian Stasiowski1-1/+0
2023-09-08Reapply "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda2-2/+2
2023-09-06Revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda2-2/+2
2023-09-06[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`Jan Svoboda2-2/+2
2023-08-04cmake: add missing dependencies on ClangDriverOptions tablegenJon Roelofs1-0/+1
2023-08-01[index][clangd] Consider labels when indexing function bodiesChristian Kandeler1-0/+11
2023-07-28[clang] [libIndex] Remove unused 'RefD' parameter of IndexingContext::handleR...Nathan Ridge2-4/+3
2023-06-20[clangd] Index the type of a non-type template parameterNathan Ridge1-0/+1
2023-05-15[clang][USR] Prevent crashes on incomplete FunctionDeclsKadir Cetinkaya1-0/+5
2023-04-18[Clang][NFC] Rename methods/vars to reflect their real usageBill Wendling1-7/+13
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-1/+0
2023-03-02Revert "[Clang] Refactor "Designators" into a unified implementation [NFC]"Bill Wendling1-2/+2
2023-02-23[clang] extend external_source_symbol attribute with USR clauseAlex Lorenz1-0/+9
2023-02-17[WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+2
2023-02-16[Modules] Remove -fmodules-tsChuanqi Xu1-1/+0
2023-02-07[Clang] Refactor "Designators" into a unified implementation [NFC]Bill Wendling1-2/+2
2023-02-05Revert "[clang][WebAssembly] Initial support for reference type externref in ...Vitaly Buka1-2/+0
2023-01-31[clang][WebAssembly] Initial support for reference type externref in clangPaulo Matos1-0/+2
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek1-1/+0
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek1-0/+1
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata1-8/+6
2022-11-28[Index] Add various missing USR generationBen Barham1-42/+87
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov1-3/+3
2022-10-05[Index] USRGeneration doesn't depend on unnamed.printName() => ''. NFCSam McCall1-4/+5
2022-09-03[clang] Qualify auto in range-based for loops (NFC)Kazu Hirata1-1/+1
2022-08-19[clang][index] Index unresolved member expression as referenceDenis Fatkulin1-1/+1
2022-08-13Use llvm::erase_if (NFC)Kazu Hirata1-7/+5
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-04-28[AST] Improve traversal of concepts and concept requirementsIlya Biryukov1-7/+4