aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/predefined-macros.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27[COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang1-0/+6
2016-06-28[clang-cl] Define _MSVC_LANGDavid Majnemer1-6/+8
2016-04-26[OpenCL] Add predefined macros.Yaxun Liu1-0/+37
2016-04-01Clean up a couple more preprocessor tests to use match-full-lines.James Y Knight1-36/+36
2015-12-22[mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders1-0/+12
2015-07-26[Targets] Define _M_AMD64 and _M_X64 to a more appropriate valueDavid Majnemer1-2/+2
2014-10-21Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...Aaron Ballman1-51/+51
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool1-2/+2
2014-07-10Avoid definining more GCC specific predefined macros in clang-clEhsan Akhgari1-1/+16
2014-06-30Do not define __STRICT_ANSI__ in clang-clEhsan Akhgari1-0/+1
2014-06-25Implement predefined stdint macrosJF Bastien1-0/+56
2013-09-30Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARMWeiming Zhao1-0/+18
2013-04-04Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer1-0/+18
2012-07-19Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson1-0/+13
2012-03-10Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman1-1/+1
2012-03-10No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman1-0/+1
2012-01-03Teach the frontend to provide the builtin preprocessor defines forChandler Carruth1-12/+14
2010-10-21Add test for Windows predefined macros.Michael J. Spencer1-0/+12