summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r228918:Daniel Sanders2015-04-271-6/+1
* [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
* Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__David Majnemer2014-02-091-0/+3
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-2/+2
* Move MS predefined type_info out of InitializePredefinedMacrosAlp Toker2014-01-041-1/+0
* Add support for C++'s SD6 feature test macros.Richard Smith2013-11-271-0/+35
* Add character set related __STDC_* definitions.Ed Schouten2013-09-291-0/+8
* Add a define for the ObjFW runtime ABI version.Benjamin Kramer2013-09-161-0/+16
* Add new methods for TargetInfo:Stepan Dyatkovskiy2013-09-051-1/+1
* Handle -D arguments ending in a backslash.Eli Friedman2013-08-281-1/+14
* C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith2013-05-071-3/+4
* Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov2013-03-281-0/+1
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-051-6/+7
* Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor2013-01-151-0/+10
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3