aboutsummaryrefslogtreecommitdiff
path: root/lib/Index
AgeCommit message (Expand)Author
2019-04-24Use llvm::stable_sortFangrui Song
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-03-08[clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya
2019-02-28[clang][index-while-building][NFC] Comment about implementation detail in Fil...Jan Korous
2019-02-27[clang][index-while-building][NFC] FileIndexRecord - Comments, replace auto w...Jan Korous
2019-02-27[clang][index-while-building] FileIndexRecordJan Korous
2019-02-27[index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai
2019-02-26[clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya
2019-02-21[clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya
2019-02-18[clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya
2019-02-11[clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya
2019-01-28Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-19[Index] Index paremeters in lambda expressions.Haojian Wu
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-11-26[Index] Expose USR generation for typesIlya Biryukov
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-09[Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song
2018-10-04[Index] Respect "IndexFunctionLocals" option for type loc.Haojian Wu
2018-09-23[Index] Report specialization bases as references when IndexImplicitInstantia...Fangrui Song
2018-09-18[index] Enhance indexing for module referencesArgyrios Kyrtzidis
2018-09-18[Index] Add an option to collect macros from preprocesor.Eric Liu
2018-08-26[index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis
2018-08-17[index] For an ObjC message call, also record as receivers the protocols if t...Argyrios Kyrtzidis
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-07-20[Index] Set OrigD before D is changed.Eric Liu
2018-07-09[Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song
2018-07-09[Index] Ignore noop #undef's when handling macro occurrences.Eric Liu
2018-07-09[Index] Add clangLex to LINK_LIBSHeejin Ahn
2018-07-09[Index] Add indexing support for MACROs.Eric Liu
2018-07-05[Index] Remove unused index::IndexDataConsumer::_anchor()Fangrui Song
2018-06-14[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan
2018-06-04This diff includes changes for supporting the following types.Leonard Chan
2018-06-02Revert "This diff includes changes for supporting the following types."Leonard Chan
2018-06-02This diff includes changes for supporting the following types.Leonard Chan
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith
2018-04-23[index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer
2018-04-09[Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall
2018-02-02[Index] fix USR generation for namespace{extern{X}}Sam McCall
2018-01-26[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis
2017-12-23[Index] Reduce size of SymbolInfo struct.Sam McCall