================
@@ -327,6 +339,10 @@ void CommandMangler::operator()(tooling::CompileCommand
&Command,
return Elem.starts_with("--save-temps") || Elem.starts_with("-save-temps");
});
+ if (UnsupportedArguments.length() != 0) {
+ log("Warning: detected unsupported Flags {0}", UnsupportedArguments);
+ }
----------------
Decodetalkers wrote:
Ok, now I move it up
https://github.com/llvm/llvm-project/pull/200001
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits