summaryrefslogtreecommitdiff
path: root/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-052-37/+0
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-9/+18
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-48/+14
* [Index] Moved the IndexDataConsumer::finish call into the IndexASTConsumer fr...Dmitri Gribenko2019-08-291-32/+24
* [Index] Create PP callbacks in the ASTConsumerDmitri Gribenko2019-08-291-45/+31
* [Index] Marked a bunch of classes 'final'Dmitri Gribenko2019-08-291-4/+4
* [clang][Index][NFC] Move IndexDataConsumer default implementationJan Korous2019-08-271-21/+0
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-6/+6
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* [clang][NFCI] Fix random typosJan Korous2019-07-231-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-2/+2
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-1/+1
* [clang][AST] ASTNameGenerator: A refactoring of CodegenNameGeneratorImpl (NFC).Puyan Lotfi2019-06-191-192/+1
* [Index] Compute correct symbol kind for variable templatesIlya Biryukov2019-05-291-0/+24
* [Index] Correctly set symbol kind of IndirectFieldDeclIlya Biryukov2019-05-291-0/+1
* [Index] Fix reported references in presence of template type aliasesIlya Biryukov2019-05-231-16/+28
* Use llvm::stable_sortFangrui Song2019-04-241-5/+2
* 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-083-2/+7
* [clang][index-while-building][NFC] Comment about implementation detail in Fil...Jan Korous2019-02-281-0/+1
* [clang][index-while-building][NFC] FileIndexRecord - Comments, replace auto w...Jan Korous2019-02-272-8/+7
* [clang][index-while-building] FileIndexRecordJan Korous2019-02-273-0/+118
* [index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai2019-02-272-0/+9
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-263-2/+12
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-215-4/+19
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-181-4/+4
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-113-4/+10
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* [Index] Index paremeters in lambda expressions.Haojian Wu2018-12-191-0/+11
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+2
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-2/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+2
* [Index] Expose USR generation for typesIlya Biryukov2018-11-261-0/+11
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+3
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-3/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-012-1/+2
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-6/+4
* [Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song2018-10-091-0/+7
* [Index] Respect "IndexFunctionLocals" option for type loc.Haojian Wu2018-10-041-1/+2
* [Index] Report specialization bases as references when IndexImplicitInstantia...Fangrui Song2018-09-231-5/+6
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-183-2/+51
* [Index] Add an option to collect macros from preprocesor.Eric Liu2018-09-181-1/+22
* [index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2018-08-261-0/+5
* [index] For an ObjC message call, also record as receivers the protocols if t...Argyrios Kyrtzidis2018-08-171-2/+18
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-093-6/+6
* Remove trailing spaceFangrui Song2018-07-304-25/+25