mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Do not use `Cxx` as a user module name, since we now ship a built-in module called `Cxx`. * Describe creating an Xcode target that builds the C++ module. * Do not provide libc++ include paths manually to the Swift compiler, Swift should detect the C++ stdlib automatically.