File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class MigrationProcess {
102
102
public:
103
103
bool HadARCErrors;
104
104
105
- MigrationProcess (const CompilerInvocation &CI,
105
+ MigrationProcess (CompilerInvocation &CI,
106
106
std::shared_ptr<PCHContainerOperations> PCHContainerOps,
107
107
DiagnosticConsumer *diagClient,
108
108
StringRef outputDir = StringRef());
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ class RewritesApplicator : public TransformActions::RewriteReceiver {
505
505
MigrationProcess::RewriteListener::~RewriteListener () { }
506
506
507
507
MigrationProcess::MigrationProcess (
508
- const CompilerInvocation &CI,
508
+ CompilerInvocation &CI,
509
509
std::shared_ptr<PCHContainerOperations> PCHContainerOps,
510
510
DiagnosticConsumer *diagClient, StringRef outputDir)
511
511
: OrigCI(CI), PCHContainerOps(std::move(PCHContainerOps)),
You can’t perform that action at this time.
0 commit comments