Use the existing typedef to avoid forming a reference to a reference.
[oota-llvm.git] / include / llvm / Support / FileSystem.h
index d301f842ea9f982800a5e979dfca36721392e2b8..bf2e514d409b6c27f9f67dd812bee1f71f24f37b 100644 (file)
@@ -545,6 +545,11 @@ inline error_code file_size(const Twine &Path, uint64_t &Result) {
   return error_code::success();
 }
 
+/// @brief Set the file modification and access time.
+///
+/// @returns errc::success if the file times were successfully set, otherwise a
+///          platform specific error_code or errc::not_supported on platforms
+///          where the functionality isn't available.
 error_code setLastModificationAndAccessTime(int FD, TimeValue Time);
 
 /// @brief Is status available?