summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TokenKinds.def
Commit message (Expand)AuthorAgeFilesLines
* NFC: Merge KEYOBJC and KEYARCErik Pilkington2018-10-301-4/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-38/+34
* We have in place support for parsing #pragma FENV_ACCESS, but that Kevin P. Neal2018-08-141-0/+5
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-0/+1
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+2
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+3
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-3/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+3
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-24/+26
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+4
* Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"Akira Hatanaka2018-04-091-6/+6
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-04-051-6/+6
* Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith2018-04-051-6/+6
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-03-281-6/+6
* Revert 319303: Add _Float128 as alias to __float128 to enable compilations on...Erich Keane2018-01-151-1/+0
* Add `__reference_binds_to_temporary` trait for checking safe reference initia...Eric Fiselier2018-01-121-0/+1
* Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane2017-12-041-0/+1
* [c++2a] P0515R3: lexer support for new <=> token.Richard Smith2017-12-011-0/+1
* mplement __has_unique_object_representationsErich Keane2017-10-241-0/+2
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-131-1/+1
* [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith2017-08-131-2/+7
* 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