We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a01c4 commit 993a371Copy full SHA for 993a371
include/swift/Frontend/FrontendOptions.h
@@ -49,7 +49,7 @@ class FrontendOptions {
49
/// An Objective-C header to import and make implicitly visible.
50
std::string ImplicitObjCHeaderPath;
51
52
- /// The map of aliases and underlying names of imported modules.
+ /// The map of aliases and underlying names of imported or referenced modules.
53
llvm::StringMap<StringRef> ModuleAliasMap;
54
55
/// The name of the module that the frontend is building.
0 commit comments