[PATCH] D18467: Add disk_space() to llvm::fs

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 13:58:27 PDT 2016


ruiu added inline comments.

================
Comment at: include/llvm/Support/FileSystem.h:655
@@ +654,3 @@
+/// Note: Users must be careful about "Time Of Check, Time Of Use" kind of bug.
+/// Note: Windows reports results according to the quota allocated to the user.
+///
----------------
ruiu wrote:
> "reports reports"
Ignore this comment -- I misread it.


http://reviews.llvm.org/D18467





More information about the llvm-commits mailing list