summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-8/+7
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-3/+4
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-4/+3
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-0/+1
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-1/+8
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-111-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-2/+24
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-3/+3
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-091-0/+4
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+23
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-091-18/+6
* [index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis2017-08-151-2/+2
* [Index] Prevent canonical decl becoming nullptrKrasimir Georgiev2017-07-181-2/+4
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-5/+9
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-231-1/+9
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-231-0/+5
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-231-7/+8
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-231-6/+14
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-231-0/+5
* [index] References to fields from template instantiations should refer toAlex Lorenz2017-05-151-0/+15
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-241-0/+4
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-211-0/+11
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-0/+1
* Fix MSVC 'not all control paths return a value' warning.Simon Pilgrim2017-03-241-0/+1
* [index] When indexing system headers make sure to report important reference ...Argyrios Kyrtzidis2017-03-231-1/+44
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-31/+3
* [index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis2017-02-171-5/+8
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-2/+8
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-111-2/+7
* [index] Handle properly C++14's template variables.Argyrios Kyrtzidis2016-11-071-4/+6
* [index] Fix assertion hit when handling a declaration of C++'s 'operator new'...Argyrios Kyrtzidis2016-11-021-10/+0
* [index] Index system ImportDecls even when there is a DeclarationsOnly filterBen Langmuir2016-07-141-2/+2
* [index] Fix regression where ObjC method declarations may mistakenly get inde...Argyrios Kyrtzidis2016-03-311-3/+3
* [index] Make sure that declarations of builtin functions are indexed.Argyrios Kyrtzidis2016-03-171-2/+5
* Pacify gcc's parenthesis warning, which doesn't realize that parens don't mat...Manuel Klimek2016-03-091-3/+2
* [index] Add a message for the assertion, NFC.Argyrios Kyrtzidis2016-03-091-1/+2
* [index] Fix assertion hit when indexing re-declarations of built-in functions.Argyrios Kyrtzidis2016-03-091-0/+1
* [index] Distinguish USRs of anonymous enums by using their first enumerator.Argyrios Kyrtzidis2016-03-041-4/+0
* [index] Ignore ObjCTypeParamDecls during indexing.Argyrios Kyrtzidis2016-03-041-0/+3
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-291-2/+7
* silence -Wreturn-type warningsSaleem Abdulrasool2016-02-151-0/+1
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-0/+325
OpenPOWER on IntegriCloud