Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 年之前 |
Reid Kleckner
|
964132fcbe
Revert "Move -fms-extensions predefined macros into InitPreprocessor"
|
11 年之前 |
Reid Kleckner
|
0e680249cd
Move -fms-extensions predefined macros into InitPreprocessor
|
11 年之前 |
Reid Kleckner
|
8b06c53101
-fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__
|
11 年之前 |
Richard Smith
|
9158025c87
Implement the MS extension __identifier properly: take a token and strip it of
|
11 年之前 |
Robert Lytton
|
f58bc2e3c5
Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacros
|
11 年之前 |
Alexey Bataev
|
f343a49480
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support)
|
11 年之前 |
David Majnemer
|
747909cad2
Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
|
11 年之前 |
Richard Smith
|
ef725a70d3
Update __cplusplus to match the value in the C++14 DIS preview (D3937).
|
11 年之前 |
Josh Magee
|
3ab3daec81
[stackprotector] Add command line option -fstack-protector-strong
|
11 年之前 |
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 年之前 |