summaryrefslogtreecommitdiffstats
path: root/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-9][libclang] Fix CXTranslationUnit_KeepGoingNikolai Kosjar2019-04-041-1/+1
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-04-041-0/+3
* [libclang] Statically link clazy into libclangNikolai Kosjar2019-04-042-0/+5
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-101-3/+7
* [libclang] Fix the mismatched delete operator for ExprEvalResultAlex Lorenz2019-01-081-1/+1
* [libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz2019-01-081-24/+23
* [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz2019-01-031-3/+6
* [AST] Unify the code paths of traversing lambda expressions.Haojian Wu2018-12-181-17/+11
* [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song2018-12-151-0/+1
* Fix includes and dependencies for libclangRichard Trieu2018-12-155-6/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii2018-12-102-0/+22
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-271-0/+10
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer2018-11-232-22/+0
* [libclang] Unify getCursorDecl and getCursorParentDeclFangrui Song2018-11-203-15/+10
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-082-0/+7
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-072-7/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-072-0/+7
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+3
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-2/+3
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+3
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+3
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-3/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+4
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-182-2/+4
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+4
* [libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii2018-09-071-0/+7
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-9/+9
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-1/+2
* [libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii2018-08-231-1/+131
* libclang: add install/distribution targets for pythonSaleem Abdulrasool2018-08-201-0/+19
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-092-21/+21
* [libclang 8/8] Add support for the flag_enum attributeMichael Wu2018-08-032-0/+3
* [libclang 7/8] Add support for getting property setter and getter namesMichael Wu2018-08-032-0/+26
* [libclang 6/8] Add support for reading implicit attributesMichael Wu2018-08-031-1/+3
* [libclang 5/8] Add support for ObjC attributes without argsMichael Wu2018-08-032-0/+51
* [libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu2018-08-032-0/+20
* [libclang 3/8] Add support for AttributedTypeMichael Wu2018-08-032-1/+17
* [libclang 2/8] Add support for ObjCTypeParamMichael Wu2018-08-031-0/+2
* [libclang 1/8] Add support for ObjCObjectTypeMichael Wu2018-08-032-0/+75
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-0/+2