aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/libclang
AgeCommit message (Expand)Author
2019-01-10[libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii
2019-01-08[libclang] Fix the mismatched delete operator for ExprEvalResultAlex Lorenz
2019-01-08[libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz
2019-01-03[libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz
2018-12-18[AST] Unify the code paths of traversing lambda expressions.Haojian Wu
2018-12-15[libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song
2018-12-15Fix includes and dependencies for libclangRichard Trieu
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-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song
2018-12-10[libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii
2018-11-27[libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii
2018-11-26[AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen
2018-11-23Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer
2018-11-20[libclang] Unify getCursorDecl and getCursorParentDeclFangrui Song
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-02Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster
2018-10-31Create ConstantExpr classBill Wendling
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-10-24[clang] Introduce new completion context typesKadir Cetinkaya
2018-10-11Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-03[OPENMP] Add reverse_offload clause to requires directivePatrick Lyster
2018-10-01Add support for unified_shared_memory clause on requires directivePatrick Lyster
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26[OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li
2018-09-18[index] Enhance indexing for module referencesArgyrios Kyrtzidis
2018-09-18[CodeComplete] Add completions for filenames in #include directives.Sam McCall
2018-09-07[libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii
2018-09-05[Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu
2018-08-30[CodeComplete] Report location of opening parens for signature helpIlya Biryukov
2018-08-23[libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii
2018-08-20libclang: add install/distribution targets for pythonSaleem Abdulrasool
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
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 3/8] Add support for AttributedTypeMichael Wu
2018-08-03[libclang 2/8] Add support for ObjCTypeParamMichael Wu
2018-08-03[libclang 1/8] Add support for ObjCObjectTypeMichael Wu
2018-07-20[Index] Set OrigD before D is changed.Eric Liu
2018-07-13PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane
2018-07-10Revert -r336726, which included more files than intended.Erich Keane
2018-07-10[NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane