diff options
-rw-r--r-- | llvm/include/llvm/Support/YAMLTraits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/YAMLTraits.h b/llvm/include/llvm/Support/YAMLTraits.h index f365d60b3ff..8642069ad54 100644 --- a/llvm/include/llvm/Support/YAMLTraits.h +++ b/llvm/include/llvm/Support/YAMLTraits.h @@ -1531,7 +1531,7 @@ private: document_iterator DocIterator; std::vector<bool> BitValuesUsed; HNode *CurrentNode = nullptr; - bool ScalarMatchFound; + bool ScalarMatchFound = false; }; /// |