summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TokenKinds.def
Commit message (Expand)AuthorAgeFilesLines
* PR33232: implement support for MSVC's __is_trivially_destructible trait.Richard Smith2017-06-011-1/+1
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+3
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-3/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+3
* [Sema] Add __is_aggregate type-traitEric Fiselier2017-04-121-0/+1
* Add #pragma clang fpAdam Nemet2017-04-041-0/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+1
* Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and markRichard Smith2016-07-231-0/+9
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+3
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-231-0/+3
* 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-0/+2
* [OpenCL] Adding reserved operator logical xor for OpenCLAnastasia Stulova2016-02-031-0/+3
* Improve AST dumping:Richard Smith2016-01-121-0/+5
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+2
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+1
* [coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith2015-10-221-0/+7
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-1/+4
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-3/+5
* [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexistDavid Majnemer2015-07-221-1/+1
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-1/+3
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+3
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+3
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-3/+3
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+5
* [Concepts] lex keywords: concept and requiresHubert Tong2015-06-051-1/+12
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-1/+1
* Generalize future keyword compat diagnostics.Richard Smith2015-05-141-11/+15
* OpenCL: CL2.0 atomic typesAnastasia Stulova2015-03-181-1/+2
* MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013David Majnemer2015-03-181-5/+5
* Reverted OpenCL2.0 atomic type commits r231932, r231935Anastasia Stulova2015-03-111-1/+1
* OpenCL: CL2.0 atomic typesAnastasia Stulova2015-03-111-1/+1
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-121-0/+1
* Parse: Get rid of cxx_exceptspec_end, use EOF insteadDavid Majnemer2015-01-121-1/+0
* Parse: Get rid of tok::cxx_defaultarg_end, use EOF insteadDavid Majnemer2015-01-121-1/+0
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-0/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+1
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-0/+3
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+2
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+1
* -fms-extensions: Alias _intNN to __intNNReid Kleckner2014-08-221-0/+4
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-0/+5
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-0/+5
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+1
* Creating a printing policy for "half":Yunzhong Gao2014-03-181-1/+2
* TokenKinds: _Atomic isn't a keyword in MS modeDavid Majnemer2014-03-041-1/+1
* Attr: Remove ForceInlineDavid Majnemer2014-02-251-1/+1