Skip to content

Commit 86cc73d

Browse files
committed
[Frontend] NFC: Remove an outdated comment
`performParseOnly` has been able to handle multiple input files for a while now.
1 parent 024e346 commit 86cc73d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/swift/Frontend/Frontend.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,14 +607,13 @@ class CompilerInstance {
607607
void performSema();
608608

609609
/// Parses the input file but does no type-checking or module imports.
610-
/// Note that this only supports parsing an invocation with a single file.
611610
void performParseOnly(bool EvaluateConditionals = false,
612611
bool CanDelayBodies = true);
613612

614613
/// Parses and performs name binding on all input files.
615614
///
616-
/// Like a parse-only invocation, a single file is required. Unlike a
617-
/// parse-only invocation, module imports will be processed.
615+
/// This is similar to a parse-only invocation, but module imports will also
616+
/// be processed.
618617
void performParseAndResolveImportsOnly();
619618

620619
/// Performs mandatory, diagnostic, and optimization passes over the SIL.

0 commit comments

Comments
 (0)