[PATCH] D17903: Improve reliability of file renaming in Windows

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 22:24:27 PDT 2016


vsk added a subscriber: vsk.

================
Comment at: lib/Support/Windows/Path.inc:275
@@ +274,3 @@
+
+      ReplaceError = ::GetLastError();
+      ec = mapWindowsError(ReplaceError);
----------------
Does ReplaceError need to be declared a DWORD somewhere? I'm not familiar with this code, I could just be missing something.


http://reviews.llvm.org/D17903





More information about the llvm-commits mailing list