summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-2/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+2
* [SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader2019-02-251-0/+6
* Enable coroutines under -std=c++2a.Richard Smith2019-02-231-1/+1
* Make predefined FLT16 macros conditional on support for the typeNemanja Ivanovic2019-02-201-1/+2
* [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0Anastasia Stulova2019-02-071-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-111-0/+1
* PTH-- Remove feature entirely-Erich Keane2018-12-041-20/+0
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-4/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-5/+5
* Reverted the "[CUDA/OpenMP] Define only some host macros during device compil...Artem Belevich2018-08-301-46/+6
* Add predefined macro __gnu_linux__ for proper aux-tripleYaxun Liu2018-08-291-0/+1
* [OpenMP][NVPTX] Use appropriate _CALL_ELF macro when offloadingGheorghe-Teodor Bercea2018-08-271-1/+6
* [CUDA/OpenMP] Define only some host macros during device compilationJonas Hahnfeld2018-08-251-6/+40
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-1/+1
* P0096R5, P0941R2: Update to match latest feature test macro specification.Richard Smith2018-06-141-49/+53
* As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...Richard Smith2018-05-301-1/+1
* Revert "Revert r332955 "GNUstep Objective-C ABI version 2""David Chisnall2018-05-221-0/+13
* Revert r332955 "GNUstep Objective-C ABI version 2"Bjorn Pettersson2018-05-221-13/+0
* GNUstep Objective-C ABI version 2David Chisnall2018-05-221-0/+13
* [OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.Alexey Bataev2018-05-211-13/+15
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+6
* [HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__Yaxun Liu2018-04-251-2/+6
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-251-1/+3
* [OpenCL] Added -std/-cl-std=c++Anastasia Stulova2018-04-121-31/+39
* Revert 319303: Add _Float128 as alias to __float128 to enable compilations on...Erich Keane2018-01-151-4/+0
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-291-2/+2
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-16/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+16
* Correct line endings that got mixed up in r320089; NFC.Aaron Ballman2017-12-071-210/+210
* Add new language mode flags for C17.Aaron Ballman2017-12-071-201/+203
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-071-0/+5
* Add __WINT_MAX__.Ed Schouten2017-12-051-0/+1
* Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane2017-12-041-0/+4
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-5/+5
* [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIRSven van Haastregt2017-12-041-0/+4
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+6
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-6/+0
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+6
* Revert r318669/318694Erich Keane2017-11-201-16/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+16
* This adds the _Float16 preprocessor macro definitions.Sjoerd Meijer2017-09-131-14/+17
* Fix comments about __OPENCL_MEMORY_SCOPE_* macrosYaxun Liu2017-08-161-1/+1
* [OpenCL] Support variable memory scope in atomic builtinsYaxun Liu2017-08-151-4/+6
* Implement latest feature test macro recommendations, P0096R4.Richard Smith2017-08-111-2/+3
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-0/+13
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-1/+4
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-291-1/+1
OpenPOWER on IntegriCloud