aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index 2f6d4b2..7ba7103 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -164,7 +164,8 @@ static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
Act = new arcmt::ObjCMigrateAction(Act, FEOpts.MTMigrateDir,
FEOpts.ObjCMTAction & FrontendOptions::ObjCMT_Literals,
FEOpts.ObjCMTAction & FrontendOptions::ObjCMT_Subscripting,
- FEOpts.ObjCMTAction & FrontendOptions::ObjCMT_Property);
+ FEOpts.ObjCMTAction & FrontendOptions::ObjCMT_Property,
+ FEOpts.ObjCMTAction & FrontendOptions::ObjCMT_ReadonlyProperty);
}
#endif