summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXType.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+2
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-101-0/+8
* Allow field offset lookups in types with incomplete arrays within libclang.Aaron Ballman2019-05-071-2/+10
* [libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii2019-04-291-0/+10
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-171-0/+8
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez2019-02-261-0/+6
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-101-3/+7
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+4
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-4/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii2018-09-071-0/+7
* [libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu2018-08-031-0/+19
* [libclang 3/8] Add support for AttributedTypeMichael Wu2018-08-031-1/+16
* [libclang 2/8] Add support for ObjCTypeParamMichael Wu2018-08-031-0/+2
* [libclang 1/8] Add support for ObjCObjectTypeMichael Wu2018-08-031-0/+70
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+12
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-12/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+12
* [libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...Richard Smith2018-05-111-1/+29
* [libclang] Fix the type of 'int (Foo);'Shoaib Meenai2018-05-011-0/+4
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-1/+0
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+1
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-1/+4
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+1
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-1/+3
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-0/+18
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-081-0/+22
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-0/+16
* [libclang] Revert rL301328 and add tests for the regressions introduced.Emilio Cobos Alvarez2017-05-021-3/+3
* [libclang] Check for a record declaration before a template specializationAlex Lorenz2017-04-251-3/+3
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+9
* [libclang] [OpenCL] Expose half type.Joey Gouly2017-02-101-0/+2
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-1/+2
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* Fix MSVC build of libclang after r288438Reid Kleckner2016-12-161-39/+39
* [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis2016-12-161-15/+58
* getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall2016-11-291-4/+3
* [libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgu...Argyrios Kyrtzidis2016-11-151-15/+10
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+1
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+2
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-031-0/+12
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-2/+0
OpenPOWER on IntegriCloud