summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/BuiltinTypes.def
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+54
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+20
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-20/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+20
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+3
* 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
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+3
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+3
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-14/+0
* Correcting the comment in a header file; NFC.Aaron Ballman2016-01-071-1/+1
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+18
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-1/+4
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+3
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+3
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+8
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-234/+226
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-226/+234
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+2
* Resolve placeholder expressions before trying to deduceJohn McCall2011-11-151-0/+3
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-0/+18
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-18/+0
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-0/+18
* Macro metaprogramming for builtin types.John McCall2011-10-181-0/+203