Benjamin Kramer
|
68aa908ac5
Turn some Twine locals into const char * variables.
|
11 年之前 |
Alp Toker
|
d4689bbca1
Fix layering of file remapping and header search initialization
|
11 年之前 |
Ehsan Akhgari
|
71f885d820
Do not define __STRICT_ANSI__ in clang-cl
|
11 年之前 |
JF Bastien
|
41c9813dab
Implement predefined stdint macros
|
11 年之前 |
Richard Smith
|
fa842c7380
Add -std=c++1z flag for C++17 features.
|
11 年之前 |
Hans Wennborg
|
054c6195b1
Do not predefine __EXCEPTIONS in clang-cl (PR19977)
|
11 年之前 |
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 年之前 |