Artem Belevich
|
675c6b4346
[CUDA] Allow parsing of host and device code simultaneously.
|
10 年之前 |
Adrian Prantl
|
1e6cac6da0
Make the clang module container format selectable from the command line.
|
10 年之前 |
Douglas Gregor
|
9e31ec1a14
Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
|
10 年之前 |
Adrian Prantl
|
5f4be954a1
Introduce a PCHContainerOperations interface (NFC).
|
10 年之前 |
Faisal Vali
|
5eb75a6b31
"This adds -fconcepts-ts as a cc1 option for enabling the
|
10 年之前 |
Peter Collingbourne
|
4afd81447f
Make GNUInline consistent with whether we use traditional GNU inline semantics.
|
10 年之前 |
Ed Schouten
|
7e9696e3a1
Add C11 *_DECIMAL_DIG.
|
10 年之前 |
Vasileios Kalintiris
|
1321cbe4e8
[mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64
|
10 年之前 |
Tim Northover
|
a9515c8781
Preprocessor: support __BIGGEST_ALIGNMENT__ macro
|
10 年之前 |
Simon Atanasyan
|
925773aa60
[mips] Removing __SIZEOF_INT128__ macro for MIPS64
|
10 年之前 |
Reid Kleckner
|
3dadd70fc2
CUDA host device code with two code paths
|
10 年之前 |
Reid Kleckner
|
b27216c806
Remove -fseh-exceptions in favor of checking the triple
|
10 年之前 |
Richard Smith
|
c644bb9df9
Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,
|
10 年之前 |
David Majnemer
|
16446f30e7
Frontend: Define __EXCEPTIONS if -fexceptions is passed
|
10 年之前 |
Aaron Ballman
|
cd2a8464bf
Follow-up commit to r211657 which introduced these macros, but not for MSVC. This turns out to break our freestanding tests on Windows when compiling in MSVC-compatible mode. It was decided (http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20141020/116942.html is the start of the thread) to support this as part of Clang's interface on all platforms.
|
10 年之前 |
Reid Kleckner
|
693214b566
Add -fseh-exceptions for MinGW-w64
|
11 年之前 |
Aaron Ballman
|
fbc9c9f05e
C++1y is now C++14!
|
11 年之前 |
Manuel Klimek
|
0e5c52d478
Correctly implement -include search logic.
|
11 年之前 |
Bob Wilson
|
3189dba58d
Predefine IB_DESIGNABLE and IBInspectable macros. <rdar://problem/17441860>
|
11 年之前 |
Joerg Sonnenberger
|
0d120a47c7
If char/short are shorter than int, do not use U as suffix for
|
11 年之前 |
Joerg Sonnenberger
|
e240b4198c
Always set the C suffix macro, even if it is empty.
|
11 年之前 |
Joerg Sonnenberger
|
fa80ad7a22
Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
|
11 年之前 |
Joerg Sonnenberger
|
7ed5600892
Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.
|
11 年之前 |
Joerg Sonnenberger
|
3c093175f3
Don't create non-temporary twines.
|
11 年之前 |
Joerg Sonnenberger
|
2c6c32712b
Make sure int64_t and uint64_t are consistent.
|
11 年之前 |
Joerg Sonnenberger
|
70138bc888
Provide builtin macros as template for PRIab and SCNab, matching the
|
11 年之前 |
Pavel Chupin
|
8c866944dd
[x32] Add __ILP32__ macro for ILP32 platforms
|
11 年之前 |
Ehsan Akhgari
|
669295c928
Avoid definining more GCC specific predefined macros in clang-cl
|
11 年之前 |
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 年之前 |