Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Preprocessor
/
predefined-macros.c
fe5b1ac
Revert the tests that should've been reverted in rL341115
by Artem Belevich
· 7 years ago
0e9a76d
Add predefined macro __gnu_linux__ for proper aux-triple
by Yaxun Liu
· 7 years ago
dbc390d
[MS] Update _MSVC_LANG values for C++17 and C++2a
by Reid Kleckner
· 7 years ago
9061e4f48
[HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__
by Yaxun Liu
· 7 years ago
c645f61
[OpenCL] Added -std/-cl-std=c++
by Anastasia Stulova
· 7 years ago
d141e48
[OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR
by Sven van Haastregt
· 8 years ago
051e966
[MINGW] normalize WIN32 macros
by Martell Malone
· 8 years ago
31cac7a
[AArch64] Add support for a MinGW AArch64 target
by Martin Storsjo
· 8 years ago
ba4431e
[test] Remove an unintentional -x cl flag in an aarch64-windows test
by Martin Storsjo
· 8 years ago
3919506
Add OpenCL 2.0 atomic builtin functions as Clang builtin
by Yaxun Liu
· 8 years ago
2fd6b16
[COFF, ARM64] Add support for Windows ARM64 COFF format
by Mandeep Singh Grang
· 8 years ago
017cf35
[clang-cl] Define _MSVC_LANG
by David Majnemer
· 9 years ago
382d355
[OpenCL] Add predefined macros.
by Yaxun Liu
· 9 years ago
3508b22
Clean up a couple more preprocessor tests to use match-full-lines.
by James Y Knight
· 9 years ago
5176f7e
[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.
by Daniel Sanders
· 10 years ago
b856e8f
[Targets] Define _M_AMD64 and _M_X64 to a more appropriate value
by David Majnemer
· 10 years ago
7a6f364
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.
by Aaron Ballman
· 11 years ago
c68237b
Driver: bifurcate extended and basic MSC versioning
by Saleem Abdulrasool
· 11 years ago
f3a896b
Avoid definining more GCC specific predefined macros in clang-cl
by Ehsan Akhgari
· 11 years ago
9be07e1
Do not define __STRICT_ANSI__ in clang-cl
by Ehsan Akhgari
· 11 years ago
ab8d0a0
Implement predefined stdint macros
by JF Bastien
· 11 years ago
53a797c
Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARM
by Weiming Zhao
· 12 years ago
a0d5eb3a
Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.
by Michael J. Spencer
· 12 years ago
6a03916
Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.
by Bob Wilson
· 13 years ago
a97fc66
Updated the test so that it checks for ms-compatibility in addition to ms-extensions.
by Aaron Ballman
· 14 years ago
b448916
No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly.
by Aaron Ballman
· 14 years ago
3a5ff5c
Teach the frontend to provide the builtin preprocessor defines for -ffast-math.
by Chandler Carruth
· 14 years ago
cac9df3
Add test for Windows predefined macros.
by Michael J. Spencer
· 15 years ago