File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -607,14 +607,13 @@ class CompilerInstance {
607
607
void performSema ();
608
608
609
609
// / 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.
611
610
void performParseOnly (bool EvaluateConditionals = false ,
612
611
bool CanDelayBodies = true );
613
612
614
613
// / Parses and performs name binding on all input files.
615
614
// /
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.
618
617
void performParseAndResolveImportsOnly ();
619
618
620
619
// / Performs mandatory, diagnostic, and optimization passes over the SIL.
You can’t perform that action at this time.
0 commit comments