summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Specifiers.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-5/+0
* Add support for coldcc to clangPeter Collingbourne2013-02-221-0/+5
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-1/+2
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-1/+7
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-200/+194
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-194/+200
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-11/+12
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-0/+13
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-7/+7
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-6/+7
* Documentation cleanup:James Dennett2012-07-021-19/+17
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+5
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-0/+7
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-0/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-1/+6
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1