summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-21/+27
* [coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith2015-10-221-0/+2
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-0/+4
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-4/+4
* Add __nonnull/__nullable/__null_unspecified predefines for Darwin.Douglas Gregor2015-06-241-0/+8
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-6/+9
* "This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali2015-05-221-0/+2
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-1/+1
* Add C11 *_DECIMAL_DIG.Ed Schouten2015-02-231-2/+3
* [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64Vasileios Kalintiris2015-02-121-6/+1
* Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover2015-02-061-0/+4
* [mips] Removing __SIZEOF_INT128__ macro for MIPS64Simon Atanasyan2014-12-101-1/+6
* CUDA host device code with two code pathsReid Kleckner2014-12-031-0/+7
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-2/+0
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+16
OpenPOWER on IntegriCloud