]> granicus.if.org Git - clang/commitdiff
The Clang C API does not require C++. Thanks to Jordan Rose for pointing out this...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 Jun 2014 22:09:11 +0000 (22:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 Jun 2014 22:09:11 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210841 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/module.modulemap

index ebf17b38668433eb737549ca69d93fea37698d2c..95a59d62344cc5e8e98087c4d0a1a23bc2aff1ed 100644 (file)
@@ -1,5 +1,4 @@
 module Clang_C {
-  requires cplusplus
   umbrella "."
   module * { export * }
 }