summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/modules.mm
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-161-0/+7
| | | | | | -fno-module-maps). The old names are preserved for compatibility. llvm-svn: 239792
* Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith2014-09-301-2/+4
| | | | | | | | | | | | | | | | | being on by default. -fno-cxx-modules can still be used to enable C modules but not C++ modules, but C++ modules is not significantly less stable than C modules any more. Also remove some of the scare words from the modules documentation. We're certainly not going to remove modules support (though we might change the interface), and it works well enough to bootstrap and build lots of non-trivial code. Note that this does not represent a commitment to the current interface nor implementation, and we still intend to follow whatever direction the C and C++ committees take regarding modules support. llvm-svn: 218717
* In the driver, -fmodules enables modules for C/Objective-C but oneDouglas Gregor2012-01-181-0/+6
also needs -fcxx-modules to enable modules for C++/Objective-C++. llvm-svn: 148393
OpenPOWER on IntegriCloud