Files
swift-mirror/test/IDE/Inputs/print_clang_header/Foo.modulemap
Argyrios Kyrtzidis d9032c0e39 [IDE] Make sure that ClangImporter::lookupDeclsFromHeader forwards to the passed in filter
function and that filter receives macros as well.

Swift SVN r28971
2015-05-23 20:20:27 +00:00

5 lines
80 B
Plaintext

framework module Foo {
header "header-to-print.h"
header "other-header.h"
}