summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Frontend: Define __EXCEPTIONS if -fexceptions is passedDavid Majnemer2014-10-271-1/+1
* Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...Aaron Ballman2014-10-211-54/+48
* Add -fseh-exceptions for MinGW-w64Reid Kleckner2014-09-151-0/+2
* C++1y is now C++14!Aaron Ballman2014-08-191-3/+3
* Correctly implement -include search logic.Manuel Klimek2014-08-121-14/+10
* Predefine IB_DESIGNABLE and IBInspectable macros. <rdar://problem/17441860>Bob Wilson2014-08-081-0/+2
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-171-3/+3
* Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2014-07-171-6/+2
* Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.Joerg Sonnenberger2014-07-171-0/+1
* Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger2014-07-151-0/+4
* Don't create non-temporary twines.Joerg Sonnenberger2014-07-151-3/+2
* Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger2014-07-151-2/+2
* Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger2014-07-151-0/+22
* [x32] Add __ILP32__ macro for ILP32 platformsPavel Chupin2014-07-141-0/+6
* Avoid definining more GCC specific predefined macros in clang-clEhsan Akhgari2014-07-101-29/+31
* Turn some Twine locals into const char * variables.Benjamin Kramer2014-07-081-4/+4
* Fix layering of file remapping and header search initializationAlp Toker2014-07-071-71/+0
* Do not define __STRICT_ANSI__ in clang-clEhsan Akhgari2014-06-301-1/+1
* Implement predefined stdint macrosJF Bastien2014-06-251-8/+114
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-1/+4
* Do not predefine __EXCEPTIONS in clang-cl (PR19977)Hans Wennborg2014-06-101-1/+1
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-1/+1
* Revert "Move -fms-extensions predefined macros into InitPreprocessor"Reid Kleckner2014-04-161-12/+0
* Move -fms-extensions predefined macros into InitPreprocessorReid Kleckner2014-04-161-0/+12
* -fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__Reid Kleckner2014-04-071-4/+0
* Implement the MS extension __identifier properly: take a token and strip it ofRichard Smith2014-03-151-4/+0
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-101-3/+5
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-061-2/+2
* Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"David Majnemer2014-03-021-3/+0
* Update __cplusplus to match the value in the C++14 DIS preview (D3937).Richard Smith2014-02-241-3/+5
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-1/+3
OpenPOWER on IntegriCloud