Files
clang-p2996/clang/test/Modules/Inputs/inferred-attr/module.modulemap
Ben Langmuir c1d88ea5a7 Inherit attributes when infering a framework module
If a module map contains
framework module * [extern_c] {}

We will now infer [extern_c] on the inferred framework modules (we
already inferred [system] as a special case).

llvm-svn: 225803
2015-01-13 17:47:44 +00:00

2 lines
34 B
Plaintext

framework module * [extern_c] { }