[VFS] Fix Wreturn-type gcc warning (NFC)
authorYang Fan <nullptr.cpp@gmail.com>
Wed, 3 Feb 2021 02:21:45 +0000 (10:21 +0800)
committerYang Fan <nullptr.cpp@gmail.com>
Wed, 3 Feb 2021 02:22:30 +0000 (10:22 +0800)
commit8178a55b25704e150edf4c595a4283bc757c8fb8
tree0da6bf602b1b8f0afa5cbd381579425e601a99fc
parentb0869a7d72f121b77d48d6496c6c3f00dd4731da
[VFS] Fix Wreturn-type gcc warning (NFC)

GCC warning:
```
In file included from /llvm-project/llvm/lib/Support/VirtualFileSystem.cpp:13:
/llvm-project/llvm/include/llvm/Support/VirtualFileSystem.h: In static member function ‘static bool llvm::vfs::RedirectingFileSystem::RemapEntry::classof(const llvm::vfs::RedirectingFileSystem::Entry*)’:
/llvm-project/llvm/include/llvm/Support/VirtualFileSystem.h:681:5: warning: control reaches end of non-void function [-Wreturn-type]
  681 |     }
      |     ^
```
llvm/include/llvm/Support/VirtualFileSystem.h