aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/IndexDecl.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-24[index] The relation between the declarations in template specializationsAlex Lorenz1-4/+60
2017-04-21[index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis1-28/+24
2017-04-21[index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis1-2/+3
2017-04-20[index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz1-2/+12
2017-03-21[index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis1-2/+3
2017-03-17[index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis1-0/+9
2017-03-16[index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis1-2/+21
2017-03-04[index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis1-8/+27
2017-02-17[index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis1-30/+57