summaryrefslogtreecommitdiffstats
path: root/lib/Index/IndexDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-2/+4
* [index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai2019-02-271-0/+1
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-1/+2
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+2
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-111-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-091-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis2018-01-261-2/+5
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-3/+2
* [index] tag declarations should use the decl role instead of refAlex Lorenz2017-11-091-4/+2
* Fix indexer crash for default template template parameter valueJan Korous2017-10-101-2/+1
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-0/+18
* [index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis2017-08-151-0/+4
* [index] Index nested name qualifiers in a forward declaration of aAlex Lorenz2017-07-041-0/+2
* [index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz2017-06-221-12/+10
* [index] Nested class declarations should be annotated with theAlex Lorenz2017-06-211-1/+3
* [index] Record C++17 global binding declarationsAlex Lorenz2017-06-151-0/+6
* [index] Index static_assert declarationsAlex Lorenz2017-06-151-0/+7
* [index] Index the default template parameter valuesAlex Lorenz2017-05-221-0/+46
* [index] Index the deleted functionsAlex Lorenz2017-05-221-3/+0
* [index] Visit the default argument values in function definitionsAlex Lorenz2017-05-221-0/+11
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-221-2/+6
* [index] Visit and store information about namespace alias declarationsAlex Lorenz2017-05-151-0/+8
* [index] Index template specialization arguments for function templatsAlex Lorenz2017-05-121-0/+22
* [Index] The relation between the declarations in templateAlex Lorenz2017-05-041-3/+1
* [index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis2017-04-271-4/+4
* [index] Index type source info for class specializationsAlex Lorenz2017-04-251-0/+3
* [index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz2017-04-251-0/+4
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-241-4/+60
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-211-28/+24
* [index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis2017-04-211-2/+3
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-2/+12
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-2/+3
* [index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis2017-03-171-0/+9
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+21
* [index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis2017-03-041-8/+27
* [index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis2017-02-171-30/+57
* [index] When indexing an ObjC method declaration use its base name for the lo...Argyrios Kyrtzidis2017-01-261-1/+7
* [index] Ignore invalid ObjC categories.Argyrios Kyrtzidis2017-01-111-5/+6
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-4/+13
* [index] Fixes for locations and relations in Objective C categories and gette...Argyrios Kyrtzidis2016-10-251-9/+37
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* [index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...Argyrios Kyrtzidis2016-03-091-4/+4
* [index] Report references of ObjC super class/protocols in interfaces and pro...Argyrios Kyrtzidis2016-03-031-6/+31
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+429