aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/compiler_builtins.m
AgeCommit message (Expand)Author
2013-04-19Avoid names like __in that conflict with SAL in builtin headersReid Kleckner
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-01-17clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Inv...NAKAMURA Takumi
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-11-05Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-02-02Back out my heinous hack that tricked the module generation mechanismDouglas Gregor
2012-02-01test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t.NAKAMURA Takumi
2012-02-01test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi...NAKAMURA Takumi
2012-01-31Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor
2012-01-30Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor
2012-01-30Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor
2012-01-29Just disable the compiler-builtins module test on MSVC for nowDouglas Gregor
2012-01-29Teach tgmath.h to only include <complex.h> if it's available.Douglas Gregor
2012-01-29Try to get useful diagnostics out of the failing MSVC buildersDouglas Gregor
2012-01-29Alternate fix to the modules failures that doesn't require us to tweak tgmath.hDouglas Gregor
2012-01-29If there's no math.h, then tgmath.h should just be emptyDouglas Gregor
2012-01-29Temporary disable the -verify on this test in the hope of getting some useful...Douglas Gregor
2012-01-29Introduce a module map for (some of) the compiler-suppliedDouglas Gregor