aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-02p0012r1: define corresponding feature test macroRichard Smith1-1/+1
2016-11-21[Frontend] Add a predefined macro that describes the Objective-C bool typeAlex Lorenz1-0/+3
2016-10-31Add comment explaining this mysterious macro name.Richard Smith1-0/+3
2016-10-10Mark aligned allocation as done.Richard Smith1-1/+2
2016-10-02[coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov1-1/+1
2016-09-30P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith1-0/+9
2016-09-29Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith1-1/+1
2016-09-28Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith1-0/+4
2016-09-28P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith1-2/+6
2016-09-28P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith1-2/+15
2016-09-23Minor tweak. Avoid hardcoding.Daniel Marjamaki1-1/+1
2016-09-15Simplify Clang's version number configuration in CMake.David L. Jones1-6/+2
2016-09-07OpenCL: Defining __ENDIAN_LITTLE__ and fix target endiannessMatt Arsenault1-0/+3
2016-07-21Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 when in C++ gnu ...Yaron Keren1-0/+5
2016-07-18[NFC] Header cleanupMehdi Amini1-4/+1
2016-06-23Restructure the propagation of -fPIC/-fPIE.Rafael Espindola1-4/+4
2016-05-27[OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev1-18/+18
2016-05-26[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev1-1/+12
2016-05-26[OPENMP] Set '_OPENMP' macro to '201511' value to reflect support forAlexey Bataev1-1/+1
2016-05-23[CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar1-0/+6
2016-05-16[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu1-0/+9
2016-05-13Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu1-9/+0
2016-05-13[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu1-0/+9
2016-04-26[OpenCL] Add predefined macros.Yaxun Liu1-0/+33
2016-03-24NFC: clarify comment on lock-free macrosJF Bastien1-1/+1
2016-03-23clang-cl: Include /FI headers in /showIncludes output.Nico Weber1-4/+4
2016-03-04Make TargetInfo store an actual DataLayout instead of a string.James Y Knight1-2/+2
2015-11-17[CUDA] Make CUDA compilation usable by default.Artem Belevich1-0/+2
2015-11-10Define __unsafe_unretained and __autoreleasing in ObjC GC mode.John McCall1-0/+2
2015-11-02Sink some PTHManager includes out of Preprocessor.hReid Kleckner1-0/+1
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall1-21/+27
2015-10-22[coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith1-0/+2
2015-09-22[CUDA] Allow parsing of host and device code simultaneously.Artem Belevich1-0/+4
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-4/+4
2015-06-24Add __nonnull/__nullable/__null_unspecified predefines for Darwin.Douglas Gregor1-0/+8
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-6/+9
2015-05-22"This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali1-0/+2
2015-05-13Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne1-1/+1
2015-02-23Add C11 *_DECIMAL_DIG.Ed Schouten1-2/+3
2015-02-12[mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64Vasileios Kalintiris1-6/+1
2015-02-06Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover1-0/+4
2014-12-10[mips] Removing __SIZEOF_INT128__ macro for MIPS64Simon Atanasyan1-1/+6
2014-12-03CUDA host device code with two code pathsReid Kleckner1-0/+7
2014-11-14Remove -fseh-exceptions in favor of checking the tripleReid Kleckner1-2/+0
2014-11-12Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith1-0/+16
2014-10-27Frontend: Define __EXCEPTIONS if -fexceptions is passedDavid Majnemer1-1/+1
2014-10-21Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...Aaron Ballman1-54/+48
2014-09-15Add -fseh-exceptions for MinGW-w64Reid Kleckner1-0/+2
2014-08-19C++1y is now C++14!Aaron Ballman1-3/+3
2014-08-12Correctly implement -include search logic.Manuel Klimek1-14/+10