David Majnemer
|
c809e1493f
Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__
|
11 년 전 |
Alp Toker
|
ab3d595970
Rename language option MicrosoftMode to MSVCCompat
|
11 년 전 |
Alp Toker
|
933058820e
Move MS predefined type_info out of InitializePredefinedMacros
|
11 년 전 |
Richard Smith
|
24f94d3acd
Add support for C++'s SD6 feature test macros.
|
11 년 전 |
Ed Schouten
|
5ada7a5e97
Add character set related __STDC_* definitions.
|
12 년 전 |
Benjamin Kramer
|
585c84c5af
Add a define for the ObjFW runtime ABI version.
|
12 년 전 |
Stepan Dyatkovskiy
|
7b7bef1ec3
Add new methods for TargetInfo:
|
12 년 전 |
Eli Friedman
|
62c90e1889
Handle -D arguments ending in a backslash.
|
12 년 전 |
Richard Smith
|
7f0ffb3a9f
C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support.
|
12 년 전 |
Evgeniy Stepanov
|
edaf281379
Define __SIZE_MAX__ preprocessor macro.
|
12 년 전 |
Argyrios Kyrtzidis
|
3ad86fd2ef
[frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options;
|
12 년 전 |
Douglas Gregor
|
50a70cd118
Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!
|
12 년 전 |
Richard Smith
|
80ad52f327
s/CPlusPlus0x/CPlusPlus11/g
|
12 년 전 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 년 전 |
Richard Smith
|
8426890494
Reject uses of __int128 on platforms that don't support it. Also move the ugly
|
12 년 전 |
Eli Friedman
|
75e8efef96
Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format. PR14285.
|
12 년 전 |
Douglas Gregor
|
14e71f0413
Move PreprocessorOptions into the Lex library, and make it intrusively
|
13 년 전 |
Douglas Gregor
|
4ec429d1be
Handle implicitly-included PCH files the same way as
|
13 년 전 |
Richard Smith
|
5ba49c0177
Add -std=c++1y argument, for *highly* experimental C++14 support.
|
13 년 전 |
Benjamin Kramer
|
d7ee194e7c
Don't emit double parentheses in __clang_version__.
|
13 년 전 |
Abramo Bagnara
|
5b86ffd219
Allow disabling of wchar_t type.
|
13 년 전 |
Francois Pichet
|
6c4590f347
_HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro.
|
13 년 전 |
John McCall
|
0a7dd788db
Screw around with ObjCRuntime some more, changing the
|
13 년 전 |
Dylan Noblesmith
|
6bd3291605
Frontend: define _LP64 in a target-independent way
|
13 년 전 |
Dylan Noblesmith
|
5aeda88995
Frontend: further document __BYTE_ORDER__
|
13 년 전 |
Dylan Noblesmith
|
3b198a97d2
Preprocessor: add __BYTE_ORDER__ predefined macro
|
13 년 전 |
Bob Wilson
|
455e72e762
Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.
|
13 년 전 |
John McCall
|
260611a325
Restructure how the driver communicates information about the
|
13 년 전 |
Ted Kremenek
|
3065cf9ecc
Sink definition of IBOutlet, IBOutletCollection, and IBAction into
|
13 년 전 |
Meador Inge
|
c5613b26a2
Explicitly build __builtin_va_list.
|
13 년 전 |