From 97b711a23f105890a1f3493ef3df397e52910dda Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 7 Feb 2014 09:31:00 +0000 Subject: [PATCH] Document return value for FileManager::getNoncachedStatValue() llvm-svn: 200967 --- clang/include/clang/Basic/FileManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/include/clang/Basic/FileManager.h b/clang/include/clang/Basic/FileManager.h index 255eee3..5f22481 100644 --- a/clang/include/clang/Basic/FileManager.h +++ b/clang/include/clang/Basic/FileManager.h @@ -245,6 +245,8 @@ public: /// /// If the path is relative, it will be resolved against the WorkingDir of the /// FileManager's FileSystemOptions. + /// + /// \returns false on success, true on error. bool getNoncachedStatValue(StringRef Path, llvm::sys::fs::file_status &Result); -- 2.7.4