File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ class ModuleDecl
545545 }
546546
547547 // / Returns true if the module was rebuilt from a module interface instead
548- // / of being build from the full source.
548+ // / of being built from the full source.
549549 bool isBuiltFromInterface () const {
550550 return Bits.ModuleDecl .IsBuiltFromInterface ;
551551 }
Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ class ClangImporter final : public ClangModuleLoader {
220220 // / \param path A sequence of (identifier, location) pairs that denote
221221 // / the dotted module name to load, e.g., AppKit.NSWindow.
222222 // /
223- // / \param AllowMemoryCache Enables preserving the loaded module in the
224- // / in-memory cache for the next loading attempt .
223+ // / \param AllowMemoryCache Affects only loading serialized Swift modules,
224+ // / this parameter has no effect in the ClangImporter .
225225 // /
226226 // / \returns the module referenced, if it could be loaded. Otherwise,
227227 // / emits a diagnostic and returns NULL.
You can’t perform that action at this time.
0 commit comments