The Clang C API does not require C++. Thanks to Jordan Rose for pointing out this error!

llvm-svn: 210841
This commit is contained in:
Richard Smith 2014-06-12 22:09:11 +00:00
parent c7f0d23f56
commit 1dafb9bb80

View File

@ -1,5 +1,4 @@
module Clang_C {
requires cplusplus
umbrella "."
module * { export * }
}