aganea marked 2 inline comments as done.
aganea added inline comments.

================
Comment at: clang/include/clang/Driver/Job.h:87
+  /// Whether to print the input filenames when executing.
+  bool PrintInputFilenames;
+
----------------
I forgot to put back the default value(s) here, I'll do it before landing.


================
Comment at: clang/tools/driver/cc1_main.cpp:262
       llvm::timeTraceProfilerCleanup();
+      Clang->clearOutputFiles(false);
     }
----------------
I'll commit this separately, this is not a requirement for this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74490/new/

https://reviews.llvm.org/D74490



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

Reply via email to