summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r310694:Hans Wennborg2017-08-111-2/+3
* [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
* Only define __SIZEOF_FLOAT128__ on x86 as intended in r304012Reid Kleckner2017-05-261-2/+0
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-0/+2
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-251-1/+1
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-0/+2
* Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.Eric Fiselier2017-04-201-7/+12
* Bump __cplusplus for C++17 to 201703L per the C++17 DIS.Richard Smith2017-03-201-2/+4
* Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...Hans Wennborg2017-02-241-4/+6
* [c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith2017-02-211-0/+1
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-0/+2
* [Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz2017-01-201-3/+5
* [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinMichal Gorny2017-01-091-6/+4
* Add __cpp_structured_bindings feature test macro for structured bindings, perRichard Smith2016-12-191-0/+1
* [c++1z] cxx_status: mark p0195r2 as done.Richard Smith2016-12-191-0/+1
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-1/+1
* Revert r289979 due to regressionsYaxun Liu2016-12-161-1/+1
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-1/+1
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-5/+5
* p0012r1: define corresponding feature test macroRichard Smith2016-12-021-1/+1
* [Frontend] Add a predefined macro that describes the Objective-C bool typeAlex Lorenz2016-11-211-0/+3
* Add comment explaining this mysterious macro name.Richard Smith2016-10-311-0/+3
* Mark aligned allocation as done.Richard Smith2016-10-101-1/+2
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+9
* Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith2016-09-291-1/+1
* Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith2016-09-281-0/+4
* P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith2016-09-281-2/+6
* P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith2016-09-281-2/+15
* Minor tweak. Avoid hardcoding.Daniel Marjamaki2016-09-231-1/+1
* Simplify Clang's version number configuration in CMake.David L. Jones2016-09-151-6/+2
* OpenCL: Defining __ENDIAN_LITTLE__ and fix target endiannessMatt Arsenault2016-09-071-0/+3
* Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 when in C++ gnu ...Yaron Keren2016-07-211-0/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-4/+1
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-4/+4
* [OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev2016-05-271-18/+18
* [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev2016-05-261-1/+12
* [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support forAlexey Bataev2016-05-261-1/+1
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-231-0/+6
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-0/+9
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-9/+0
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-0/+9
* [OpenCL] Add predefined macros.Yaxun Liu2016-04-261-0/+33
* NFC: clarify comment on lock-free macrosJF Bastien2016-03-241-1/+1
* clang-cl: Include /FI headers in /showIncludes output.Nico Weber2016-03-231-4/+4
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+2
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-0/+2
* Define __unsafe_unretained and __autoreleasing in ObjC GC mode.John McCall2015-11-101-0/+2
* Sink some PTHManager includes out of Preprocessor.hReid Kleckner2015-11-021-0/+1