Files
swift-mirror/test/IDE/Inputs/print_clang_header/module.modulemap
Ben Langmuir fc556317b6 Reapply "Normalize version tuples in availability attributes coming from clang to use ".""
This reapplies f1c48daf70 with the test split up so that the
availability bits don't affect other platforms.

Seen as @available attributes being printed with "_" in interface
generation, but fixing it in the importer means they can't leak into
anywhere else.

rdar://problem/30451293
2018-01-03 13:09:21 -08:00

3 lines
78 B
Plaintext

module HeaderToPrintAvailability {
header "header-to-print-availability.h"
}