mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 04:29:42 +00:00
[VirtualFileSystem] Fix uninitialized variable warning. NFCI.
llvm-svn: 361371
This commit is contained in:
parent
aa4f1ffca4
commit
cfe6fe06ab
@ -1279,7 +1279,7 @@ class llvm::vfs::RedirectingFileSystemParser {
|
||||
EntryArrayContents;
|
||||
std::string ExternalContentsPath;
|
||||
std::string Name;
|
||||
yaml::Node *NameValueNode;
|
||||
yaml::Node *NameValueNode = nullptr;
|
||||
auto UseExternalName =
|
||||
RedirectingFileSystem::RedirectingFileEntry::NK_NotSet;
|
||||
RedirectingFileSystem::EntryKind Kind;
|
||||
|
Loading…
x
Reference in New Issue
Block a user