Home
last modified time | relevance | path

Searched refs:WarnOpts (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DARCMT.cpp203 std::vector<std::string> WarnOpts; in createInvocationForMigration() local
208 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()