================
Comment at: clang-tidy/tool/run-clang-tidy.py:76
@@ +75,3 @@
+    # case we'll lose edits for a file.
+    start.append(tempfile.mktemp(suffix='.yaml', dir=tmpdir))
+  start.append('-p=' + build_path)
----------------
Use mkstemp!

http://reviews.llvm.org/D5188



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to