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++!
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
