summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-17/+27
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-6/+1
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+3
* Fix crash on init-capture packs where the type of the initializer is non-depe...Richard Smith2019-12-191-1/+2
* Implement latest C++ feature test macro recommendations.Richard Smith2019-12-191-4/+14
* Mark the major papers for C++20 consistent comparisons as "done", andRichard Smith2019-12-151-0/+1
* [SYCL] Add support for auxiliary triple specification to FrontendAlexey Bader2019-12-111-1/+2
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-0/+1
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-4/+5
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-14/+20
* Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith2019-10-031-0/+1
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-241-0/+4
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-241-4/+0
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-1/+3
* Implement P1668R1Erich Keane2019-08-191-0/+1
* [OpenCL] Fix lang mode predefined macros for C++ mode.Anastasia Stulova2019-08-121-9/+9
* [OPENMP]Set default version to OpenMP 4.5.Alexey Bataev2019-08-071-5/+5
* [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.Alexey Bataev2019-08-071-0/+3
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-1/+1
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-4/+3
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+6
* Remove __VERSION__Sylvestre Ledru2019-07-121-6/+0
* Fix the predefined exponent limit macros for the 16-bit IEEE format.John McCall2019-05-311-3/+3
* [SPIR] Simplified target checking.Anastasia Stulova2019-05-091-2/+1
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+2
* 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
OpenPOWER on IntegriCloud