On Wed, Jun 11, 2014 at 5:55 PM, Jordan Rose <[email protected]> wrote:
> This is awesome! > > > On Jun 11, 2014, at 17:32 , Richard Smith <[email protected]> > wrote: > > Added: cfe/trunk/include/clang-c/module.modulemap > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/module.modulemap?rev=210726&view=auto > > ============================================================================== > --- cfe/trunk/include/clang-c/module.modulemap (added) > +++ cfe/trunk/include/clang-c/module.modulemap Wed Jun 11 19:32:32 2014 > @@ -0,0 +1,5 @@ > +module Clang_C { > + requires cplusplus > + umbrella "." > + module * { export * } > +} > > > I don't think Clang_C requires C++! > Thanks, fixed in r210841 for Clang and r210842 for LLVM.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
