forked from OSchip/llvm-project
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:
parent
c7f0d23f56
commit
1dafb9bb80
|
@ -1,5 +1,4 @@
|
|||
module Clang_C {
|
||||
requires cplusplus
|
||||
umbrella "."
|
||||
module * { export * }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue