File tree 4 files changed +121
-150
lines changed
4 files changed +121
-150
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,6 @@ class CompilerInstance {
494
494
495
495
bool hasASTContext () const { return Context != nullptr ; }
496
496
497
- SILOptions &getSILOptions () { return Invocation.getSILOptions (); }
498
497
const SILOptions &getSILOptions () const { return Invocation.getSILOptions (); }
499
498
500
499
Lowering::TypeConverter &getSILTypes ();
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ namespace migrator {
28
28
// / If needed, run the migrator on the compiler invocation's input file and emit
29
29
// / a "replacement map" describing the requested changes to the source file.
30
30
// / \return true on error.
31
- bool updateCodeAndEmitRemapIfNeeded (CompilerInstance *Instance,
32
- const CompilerInvocation &Invocation);
31
+ bool updateCodeAndEmitRemapIfNeeded (CompilerInstance *Instance);
33
32
34
33
// / Specify options when running syntactic migration pass.
35
34
struct SyntacticPassOptions {
You can’t perform that action at this time.
0 commit comments