aboutsummaryrefslogtreecommitdiff
path: root/test/Index
AgeCommit message (Expand)Author
2018-11-20[CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall
2018-11-12Support Swift in platform availability attributeMichael Wu
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-07[CodeComplete] Do not complete self-initializationsIlya Biryukov
2018-11-01[clang] Improve ctor initializer completions.Kadir Cetinkaya
2018-10-24[Sema] Do not show unused parameter warnings when body is skippedIlya Biryukov
2018-10-23[clang] Fix a null pointer dereference.Kadir Cetinkaya
2018-10-22[CodeComplete] Fix accessibility of protected members when accessing members ...Eric Liu
2018-10-15[CodeComplete] Make sure keyword 'template' is added even when code pattern i...Eric Liu
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-10-02[CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu
2018-09-23[Index] Report specialization bases as references when IndexImplicitInstantia...Fangrui Song
2018-09-19[Sema] Do not load macros from preamble when LoadExternal is false.Eric Liu
2018-09-18[index] Enhance indexing for module referencesArgyrios Kyrtzidis
2018-09-10[clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya
2018-09-07[libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii
2018-09-03[Index] Update tests allowing double4 type to be "invalid"Alexey Sotkin
2018-08-26[index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis
2018-08-23[libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii
2018-08-17[index] For an ObjC message call, also record as receivers the protocols if t...Argyrios Kyrtzidis
2018-08-03[libclang 8/8] Add support for the flag_enum attributeMichael Wu
2018-08-03[libclang 7/8] Add support for getting property setter and getter namesMichael Wu
2018-08-03[libclang 6/8] Add support for reading implicit attributesMichael Wu
2018-08-03[libclang 5/8] Add support for ObjC attributes without argsMichael Wu
2018-08-03[libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu
2018-08-03[libclang 2/8] Add support for ObjCTypeParamMichael Wu
2018-08-03[libclang 1/8] Add support for ObjCObjectTypeMichael Wu
2018-08-03Append new attributes to the end of an AttributeList.Michael Kruse
2018-07-30[CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov
2018-07-20[Index] Set OrigD before D is changed.Eric Liu
2018-07-19[CodeComplete] Fix accessibilty of protected members from base class.Eric Liu
2018-07-09Try to fix build bot after r336524Eric Liu
2018-07-09[Index] Add indexing support for MACROs.Eric Liu
2018-06-25Revert "Append new attributes to the end of an AttributeList."Michael Kruse
2018-06-21Fix line endings in recently updated test fileIvan Donchevskii
2018-06-21[Sema] Fix overloaded static functions for templatesIvan Donchevskii
2018-06-19Append new attributes to the end of an AttributeList.Michael Kruse
2018-06-13[libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii
2018-05-17[Frontend] Avoid running plugins during code completion parseIvan Donchevskii
2018-05-17Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii
2018-05-16[Frontend] Avoid running plugins during code completion parseIvan Donchevskii
2018-05-16Fix an Index test caused by a clang-format change (r332436).Eric Liu
2018-05-11[libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...Richard Smith
2018-05-01[libclang] Fix the type of 'int (Foo);'Shoaib Meenai
2018-04-27[OpenCL] Add separate read_only and write_only pipe IR typesSven van Haastregt
2018-04-24[CodeComplete] Fix completion at the end of keywordsIlya Biryukov
2018-04-24[libclang] Only mark CXCursors for explicit attributes with a typeErik Verbruggen