summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Specifiers.h
Commit message (Expand)AuthorAgeFilesLines
* Fix an ambiguous overload issue pointed out by MSVCVedant Kumar2018-06-261-1/+1
* [ubsan] Relax nullability-return for blocks with deduced typesVedant Kumar2018-06-261-0/+6
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+1
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+1
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-1/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-23/+23
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-17/+16
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-16/+17
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-45/+29
* Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali2018-01-011-26/+40
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-7/+9
* Revert r321614 and r321615Faisal Vali2018-01-011-8/+7
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-7/+8
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* Widen bitfield for type specifiers for OpenCL typesReid Kleckner2017-03-131-2/+3
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+2
* Ensuring the bit-fields have the same type; MSVC will place the fields in dif...Aaron Ballman2016-07-061-1/+1
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-2/+2
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-2/+4
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-1/+3
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-1/+25
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+5
* Deduplicate three identical copies of isExplicitInstantiationOrSpecialization...Yaron Keren2015-11-131-0/+19
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+1
* [OpenCL 2.0] Enable program scope variables, Section 6.5.1.Anastasia Stulova2015-09-301-1/+0
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-1/+2
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-0/+4
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+15
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-1/+0
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-1/+5
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-5/+1
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-1/+5
* Add frontend support for __vectorcallReid Kleckner2014-10-241-4/+7
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-9/+1
* Tighten diagnostics for calling conventions on variadic functionsHans Wennborg2013-10-091-0/+13
* If a variable template specialization with an incomplete array type isRichard Smith2013-09-181-2/+9
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-301-0/+2
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-1/+0
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+8
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-0/+13
* Implement C++1y decltype(auto).Richard Smith2013-04-261-8/+9