aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/IndexDecl.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-03[clang] support pack expansions for trailing requires clauses (#133190)Matheus Izvekov1-2/+2
2024-12-12[clang] Migrate away from PointerUnion::{is,get} (NFC) (#119724)Kazu Hirata1-1/+1
2024-12-11[clang] Migrate away from PointerUnion::{is,get} (NFC) (#119654)Kazu Hirata1-2/+2
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-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
2023-06-20[clangd] Index the type of a non-type template parameterNathan Ridge1-0/+1
2022-04-26[Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov1-19/+40
2022-04-22[Index] Remove reference to `UnresolvedUsingIfExists`Ben Barham1-1/+8
2021-10-25[clang] Visit enum base specifiers in libIndexKadir Cetinkaya1-0/+10
2021-05-06[Index] Ignore nullptr decls for indexingAlex Hoppen1-1/+1
2020-05-26[clangd] Don't traverse the AST within uninteresting files during indexingSam McCall1-0/+3
2020-02-18[NFC] Remove trailing spaceJim Lin1-1/+1
2020-02-17[clang][Index] Visit the default parameter arguements in libindex.Haojian Wu1-4/+9
2019-12-06Remove Expr.h include from ASTContext.h, NFCReid Kleckner1-1/+2
2019-11-08Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl1-13/+13
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-2/+2
2019-07-10[Concepts] Concept definitions (D40381)Saar Raz1-2/+2
2019-03-08[clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya1-2/+4
2019-02-27[index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai1-0/+1
2019-02-26[clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya1-1/+2
2019-02-21[clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya1-0/+2
2019-02-11[clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-1/+1
2018-07-09[Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song1-1/+1
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-01-26[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis1-2/+5
2017-12-17Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer1-3/+2
2017-11-09[index] tag declarations should use the decl role instead of refAlex Lorenz1-4/+2
2017-10-10Fix indexer crash for default template template parameter valueJan Korous1-2/+1
2017-08-16[index] Add indexing for unresolved-using declarationsBen Langmuir1-0/+18
2017-08-15[index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis1-0/+4
2017-07-04[index] Index nested name qualifiers in a forward declaration of aAlex Lorenz1-0/+2
2017-06-22[index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz1-12/+10
2017-06-21[index] Nested class declarations should be annotated with theAlex Lorenz1-1/+3
2017-06-15[index] Record C++17 global binding declarationsAlex Lorenz1-0/+6
2017-06-15[index] Index static_assert declarationsAlex Lorenz1-0/+7
2017-05-22[index] Index the default template parameter valuesAlex Lorenz1-0/+46
2017-05-22[index] Index the deleted functionsAlex Lorenz1-3/+0
2017-05-22[index] Visit the default argument values in function definitionsAlex Lorenz1-0/+11
2017-05-22[index] 'using namespace' declarations in functions should recordAlex Lorenz1-2/+6
2017-05-15[index] Visit and store information about namespace alias declarationsAlex Lorenz1-0/+8
2017-05-12[index] Index template specialization arguments for function templatsAlex Lorenz1-0/+22
2017-05-04[Index] The relation between the declarations in templateAlex Lorenz1-3/+1
2017-04-27[index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis1-4/+4
2017-04-25[index] Index type source info for class specializationsAlex Lorenz1-0/+3
2017-04-25[index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz1-0/+4