aboutsummaryrefslogtreecommitdiff
path: root/test/Index
AgeCommit message (Expand)Author
2019-02-11[libclang] Add attribute support for 'convergent'.Sven van Haastregt
2019-01-31Re-disable pch-from-libclang.c after 352803, some buildbots are still unhappyNico Weber
2019-01-31Make clang/test/Index/pch-from-libclang.c pass in more placesNico Weber
2019-01-24[Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan
2019-01-10[libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii
2019-01-03Fix incorrect column numbers in test from r350282.Alex Lorenz
2019-01-03[libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz
2018-12-19[Index] Index paremeters in lambda expressions.Haojian Wu
2018-12-18[AST] Unify the code paths of traversing lambda expressions.Haojian Wu
2018-12-13[CodeComplete] Fill preferred type on binary expressionsIlya Biryukov
2018-12-07[Preprocessor] Don't avoid entering included files after hitting a fatal error.Volodymyr Sapsai
2018-11-27[libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii
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