Ignore cl's -showIncludes

This commit is contained in:
Patrick Reisert 2018-03-22 10:00:59 +01:00 committed by Fangrui Song
parent 8da0172955
commit 9ba87673b8

View File

@ -80,7 +80,7 @@ std::vector<std::string> kBlacklistMulti = {
// Blacklisted flags which are always removed from the command line. // Blacklisted flags which are always removed from the command line.
std::vector<std::string> kBlacklist = { std::vector<std::string> kBlacklist = {
"-c", "-MP", "-MD", "-MMD", "--fcolor-diagnostics", "-c", "-MP", "-MD", "-MMD", "--fcolor-diagnostics", "-showIncludes"
}; };
// Arguments which are followed by a potentially relative path. We need to make // Arguments which are followed by a potentially relative path. We need to make