Searched refs:WarnOpts (Results 1 – 1 of 1) sorted by relevance
203 std::vector<std::string> WarnOpts; in createInvocationForMigration() local208 WarnOpts.push_back(*I); in createInvocationForMigration()210 WarnOpts.push_back("error=arc-unsafe-retained-assign"); in createInvocationForMigration()211 CInvok->getDiagnosticOpts().Warnings = std::move(WarnOpts); in createInvocationForMigration()