Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp202 std::vector<std::string> WarnOpts; in createInvocationForMigration() local
207 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()