summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/compiler_builtins.m
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+1
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-2/+2
* Fix compiler_builtins.m test to not rely on including system stdlib.h and mal...Hans Wennborg2015-01-221-2/+2
* Enabling this test again on mingw. The problem seems to happen whenYaron Keren2014-12-181-1/+0
* This test does not pass for -target i686-pc-windows-gnu (-mingw32)Yaron Keren2014-12-171-0/+1
* Avoid names like __in that conflict with SAL in builtin headersReid Kleckner2013-04-191-1/+0
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-2/+2
* clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Inv...NAKAMURA Takumi2013-01-171-0/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor2012-11-051-0/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-16/+0
* test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t.NAKAMURA Takumi2012-02-011-1/+1
* test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi...NAKAMURA Takumi2012-02-011-0/+2
* Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor2012-01-311-4/+8
* Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor2012-01-301-3/+0
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-301-0/+8
* Just disable the compiler-builtins module test on MSVC for nowDouglas Gregor2012-01-291-0/+3
* Teach tgmath.h to only include <complex.h> if it's available.Douglas Gregor2012-01-291-2/+2
* Try to get useful diagnostics out of the failing MSVC buildersDouglas Gregor2012-01-291-2/+2
* Alternate fix to the modules failures that doesn't require us to tweak tgmath.hDouglas Gregor2012-01-291-1/+1
* If there's no math.h, then tgmath.h should just be emptyDouglas Gregor2012-01-291-3/+2
* Temporary disable the -verify on this test in the hope of getting some useful...Douglas Gregor2012-01-291-2/+3
* Introduce a module map for (some of) the compiler-suppliedDouglas Gregor2012-01-291-0/+12
OpenPOWER on IntegriCloud