Skip to content

Commit de80946

Browse files
committed
Improvements to vector handling and review comments
1 parent 47b927a commit de80946

File tree

3 files changed

+384
-259
lines changed

3 files changed

+384
-259
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4762,8 +4762,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
47624762
CmdArgs.push_back(Args.MakeArgString(
47634763
"-mprintf-kind=" +
47644764
Args.getLastArgValue(options::OPT_mprintf_kind_EQ)));
4765-
// Force compiler error on invalid conversion specifiers
4766-
CmdArgs.push_back(Args.MakeArgString("-Werror=format-invalid-specifier"));
47674765
}
47684766
}
47694767

0 commit comments

Comments
 (0)