summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-06-12 22:09:11 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-06-12 22:09:11 +0000
commit1dafb9bb8092f8974ceda30afded290dc1bb4396 (patch)
tree65f17ee7f635efd0bdedeffb1deb02904ef0df19 /clang/include/clang-c
parentc7f0d23f56f645390a2f7b67b2a6a2e1f3b6b64c (diff)
downloadbcm5719-llvm-1dafb9bb8092f8974ceda30afded290dc1bb4396.tar.gz
bcm5719-llvm-1dafb9bb8092f8974ceda30afded290dc1bb4396.zip
The Clang C API does not require C++. Thanks to Jordan Rose for pointing out this error!
llvm-svn: 210841
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/module.modulemap1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang-c/module.modulemap b/clang/include/clang-c/module.modulemap
index ebf17b38668..95a59d62344 100644
--- a/clang/include/clang-c/module.modulemap
+++ b/clang/include/clang-c/module.modulemap
@@ -1,5 +1,4 @@
module Clang_C {
- requires cplusplus
umbrella "."
module * { export * }
}
OpenPOWER on IntegriCloud