Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e7029bce82c9048aa7c8730bda838d3d4a10c837
/
clang
/
test
/
Preprocessor
/
predefined-macros.c
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
· 13 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