| Commit message (Expand) | Author | Age | Files | Lines |
* | Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacros | Robert Lytton | 2014-03-10 | 1 | -3/+5 |
* | [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si... | Alexey Bataev | 2014-03-06 | 1 | -2/+2 |
* | Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__" | David Majnemer | 2014-03-02 | 1 | -3/+0 |
* | Update __cplusplus to match the value in the C++14 DIS preview (D3937). | Richard Smith | 2014-02-24 | 1 | -3/+5 |
* | [stackprotector] Add command line option -fstack-protector-strong | Josh Magee | 2014-02-11 | 1 | -1/+3 |
* | Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__ | David Majnemer | 2014-02-09 | 1 | -0/+3 |
* | Rename language option MicrosoftMode to MSVCCompat | Alp Toker | 2014-01-14 | 1 | -2/+2 |
* | Move MS predefined type_info out of InitializePredefinedMacros | Alp Toker | 2014-01-04 | 1 | -1/+0 |
* | Add support for C++'s SD6 feature test macros. | Richard Smith | 2013-11-27 | 1 | -0/+35 |
* | Add character set related __STDC_* definitions. | Ed Schouten | 2013-09-29 | 1 | -0/+8 |
* | Add a define for the ObjFW runtime ABI version. | Benjamin Kramer | 2013-09-16 | 1 | -0/+16 |
* | Add new methods for TargetInfo: | Stepan Dyatkovskiy | 2013-09-05 | 1 | -1/+1 |
* | Handle -D arguments ending in a backslash. | Eli Friedman | 2013-08-28 | 1 | -1/+14 |
* | C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr... | Richard Smith | 2013-05-07 | 1 | -3/+4 |
* | Define __SIZE_MAX__ preprocessor macro. | Evgeniy Stepanov | 2013-03-28 | 1 | -0/+1 |
* | [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr... | Argyrios Kyrtzidis | 2013-02-05 | 1 | -6/+7 |
* | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor | 2013-01-15 | 1 | -0/+10 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -2/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Reject uses of __int128 on platforms that don't support it. Also move the ugly | Richard Smith | 2012-11-29 | 1 | -0/+2 |
* | Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou... | Eli Friedman | 2012-11-10 | 1 | -24/+24 |
* | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -1/+1 |
* | Handle implicitly-included PCH files the same way as | Douglas Gregor | 2012-10-22 | 1 | -0/+16 |
* | Add -std=c++1y argument, for *highly* experimental C++14 support. | Richard Smith | 2012-10-17 | 1 | -0/+2 |
* | Don't emit double parentheses in __clang_version__. | Benjamin Kramer | 2012-10-08 | 1 | -2/+2 |
* | Allow disabling of wchar_t type. | Abramo Bagnara | 2012-09-05 | 1 | -3/+5 |
* | _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro. | Francois Pichet | 2012-08-25 | 1 | -4/+0 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -1/+1 |
* | Frontend: define _LP64 in a target-independent way | Dylan Noblesmith | 2012-08-10 | 1 | -0/+7 |
* | Frontend: further document __BYTE_ORDER__ | Dylan Noblesmith | 2012-08-08 | 1 | -1/+3 |
* | Preprocessor: add __BYTE_ORDER__ predefined macro | Dylan Noblesmith | 2012-07-27 | 1 | -0/+11 |
* | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson | 2012-07-19 | 1 | -3/+4 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -2/+2 |
* | Sink definition of IBOutlet, IBOutletCollection, and IBAction into | Ted Kremenek | 2012-06-19 | 1 | -0/+5 |
* | Explicitly build __builtin_va_list. | Meador Inge | 2012-06-16 | 1 | -3/+0 |
* | More doxygen/documentation cleanups. | James Dennett | 2012-06-13 | 1 | -3/+3 |
* | Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th... | James Molloy | 2012-05-04 | 1 | -0/+3 |
* | Use the standard values for the __cplusplus macro, even when in GNU mode. GCC | Richard Smith | 2012-05-03 | 1 | -14/+10 |
* | Implement the missing pieces needed to support libstdc++4.7's <atomic>: | Richard Smith | 2012-04-13 | 1 | -0/+40 |
* | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth | 2012-04-08 | 1 | -0/+4 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -6/+6 |
* | No longer defining GNUC mode when compiling for Microsoft compatibility. Thi... | Aaron Ballman | 2012-03-10 | 1 | -5/+8 |
* | [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit | Daniel Dunbar | 2012-03-09 | 1 | -1/+1 |
* | Implement #pragma redefine_extname. | David Chisnall | 2012-02-18 | 1 | -0/+3 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Some improvements to the handling of C11 atomic types: | David Chisnall | 2012-01-16 | 1 | -0/+8 |
* | Add a "Modules" language option, which subsumes the previous | Douglas Gregor | 2012-01-03 | 1 | -4/+0 |
* | Teach the frontend to provide the builtin preprocessor defines for | Chandler Carruth | 2012-01-03 | 1 | -0/+3 |
* | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer | 2011-12-28 | 1 | -1/+1 |
* | Give C11's __STDC_VERSION__ the final value. | Benjamin Kramer | 2011-12-23 | 1 | -4/+1 |