summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-9][Preamble] Stop circular inclusion of main file when buil...release_80-basedNikolai Kosjar2019-05-211-0/+9
* [backported/clang-9][libclang] Fix CXTranslationUnit_KeepGoingNikolai Kosjar2019-04-043-2/+10
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-04-042-0/+8
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-101-0/+16
* Fix incorrect column numbers in test from r350282.Alex Lorenz2019-01-031-2/+2
* [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz2019-01-031-0/+24
* [Index] Index paremeters in lambda expressions.Haojian Wu2018-12-191-0/+3
* [AST] Unify the code paths of traversing lambda expressions.Haojian Wu2018-12-181-1/+1
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-9/+4
* [Preprocessor] Don't avoid entering included files after hitting a fatal error.Volodymyr Sapsai2018-12-073-1/+21
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-271-0/+3
* [CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall2018-11-204-28/+28
* Support Swift in platform availability attributeMichael Wu2018-11-121-0/+5
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+8
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-8/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+8
* [CodeComplete] Do not complete self-initializationsIlya Biryukov2018-11-071-2/+0
* [clang] Improve ctor initializer completions.Kadir Cetinkaya2018-11-012-23/+38
* [Sema] Do not show unused parameter warnings when body is skippedIlya Biryukov2018-10-241-0/+8
* [clang] Fix a null pointer dereference.Kadir Cetinkaya2018-10-231-0/+10
* [CodeComplete] Fix accessibility of protected members when accessing members ...Eric Liu2018-10-221-5/+16
* [CodeComplete] Make sure keyword 'template' is added even when code pattern i...Eric Liu2018-10-151-0/+5
* [Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song2018-10-091-0/+2
* [Index] Respect "IndexFunctionLocals" option for type loc.Haojian Wu2018-10-041-0/+6
* [CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu2018-10-021-2/+2
* [Index] Report specialization bases as references when IndexImplicitInstantia...Fangrui Song2018-09-231-0/+10
* [Sema] Do not load macros from preamble when LoadExternal is false.Eric Liu2018-09-191-1/+8
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-184-3/+23
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-1/+8
* [libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii2018-09-071-0/+3
* [Index] Update tests allowing double4 type to be "invalid"Alexey Sotkin2018-09-031-1/+1
* [index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2018-08-262-3/+3
* [libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii2018-08-231-0/+84
* [index] For an ObjC message call, also record as receivers the protocols if t...Argyrios Kyrtzidis2018-08-171-2/+20
* [libclang 8/8] Add support for the flag_enum attributeMichael Wu2018-08-031-0/+6
* [libclang 7/8] Add support for getting property setter and getter namesMichael Wu2018-08-031-0/+10
* [libclang 6/8] Add support for reading implicit attributesMichael Wu2018-08-031-0/+6
* [libclang 5/8] Add support for ObjC attributes without argsMichael Wu2018-08-031-0/+39
* [libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu2018-08-031-0/+10
* [libclang 2/8] Add support for ObjCTypeParamMichael Wu2018-08-031-0/+5
* [libclang 1/8] Add support for ObjCObjectTypeMichael Wu2018-08-032-1/+29
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-032-2/+2
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-301-0/+13
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-0/+19
* [CodeComplete] Fix accessibilty of protected members from base class.Eric Liu2018-07-191-2/+25
* Try to fix build bot after r336524Eric Liu2018-07-091-1/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+12
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-252-2/+2
* Fix line endings in recently updated test fileIvan Donchevskii2018-06-211-59/+59
* [Sema] Fix overloaded static functions for templatesIvan Donchevskii2018-06-211-9/+59