diff options
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
-rw-r--r-- | llvm/lib/Support/VirtualFileSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/VirtualFileSystem.cpp b/llvm/lib/Support/VirtualFileSystem.cpp index fb6ce47..efb5faa8 100644 --- a/llvm/lib/Support/VirtualFileSystem.cpp +++ b/llvm/lib/Support/VirtualFileSystem.cpp @@ -1638,7 +1638,7 @@ class llvm::vfs::RedirectingFileSystemParser { return std::nullopt; } - Optional<RedirectingFileSystem::RootRelativeKind> + std::optional<RedirectingFileSystem::RootRelativeKind> parseRootRelativeKind(yaml::Node *N) { SmallString<12> Storage; StringRef Value; |