diff options
-rw-r--r-- | clang/include/clang/Basic/FileManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/FileManager.h b/clang/include/clang/Basic/FileManager.h index 255eee3084b..5f224818556 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); |