summaryrefslogtreecommitdiffstats
path: root/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-3/+3
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-094-5/+7
* [Index] Ignore noop #undef's when handling macro occurrences.Eric Liu2018-07-091-0/+2
* [Index] Add clangLex to LINK_LIBSHeejin Ahn2018-07-091-0/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-094-34/+128
* [Index] Remove unused index::IndexDataConsumer::_anchor()Fangrui Song2018-07-051-2/+0
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-3/+3
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+2
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-16/+14
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-092-22/+11
* [Index] fix USR generation for namespace{extern{X}}Sam McCall2018-02-021-1/+3
* [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis2018-01-261-2/+5
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-30/+35
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-3/+2
* [Index] Add setPreprocessor member to IndexDataConsumer.Eric Liu2017-12-071-8/+14
* [index] tag declarations should use the decl role instead of refAlex Lorenz2017-11-091-4/+2
* [index] __builtin_offset's field reference is located at the end locationAlex Lorenz2017-11-071-1/+1
* [index] index field references in __builtin_offsetAlex Lorenz2017-11-071-0/+11
* Fix indexer crash for default template template parameter valueJan Korous2017-10-101-2/+1
* R13575: Fix USR mangling for function pointer typesJan Korous2017-10-101-1/+5
* PR13575: Fix USR mangling for fixed-size arraysJan Korous2017-10-091-0/+19
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-3/+36
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-0/+1