From 13b7d9f841d0494b5fbe85b94bae7393e05a3f5e 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() git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200967 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/FileManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/clang/Basic/FileManager.h b/include/clang/Basic/FileManager.h index 255eee3084..5f22481855 100644 --- a/include/clang/Basic/FileManager.h +++ b/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.40.0