lebedev.ri added inline comments.

================
Comment at: include/clang/Driver/Compilation.h:126
+  /// Whether to save temporary files.
+  bool SaveTempsEnabled;
+
----------------
`KeepTempFiles`?


================
Comment at: lib/Driver/Compilation.cpp:276-277
+
+  // Temporary files added by diagnostics should be kept.
+  SaveTempsEnabled = true;
 }
----------------
Is there a test that breaks without this?


https://reviews.llvm.org/D45686



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

Reply via email to