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