Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.

LGTM! Thanks!



================
Comment at: lib/Driver/Tools.cpp:5290
+      !isa<PreprocessJobAction>(JA)) {
+    //Args.AddAllArgValues(CmdArgs, options::OPT_Xclang);
+    for (auto Arg : Args.filtered(options::OPT_Xclang)) {
----------------
Anastasia wrote:
> Remove the commented code, please!
I think the comment could be lifted up before the if statement. :)


https://reviews.llvm.org/D30743



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to