diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Support/YAMLParser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Support/YAMLParser.cpp b/lib/Support/YAMLParser.cpp index 475c2e5af4..330519f301 100644 --- a/lib/Support/YAMLParser.cpp +++ b/lib/Support/YAMLParser.cpp @@ -1523,6 +1523,8 @@ Stream::Stream(StringRef Input, SourceMgr &SM) : scanner(new Scanner(Input, SM)) , CurrentDoc(0) {} +Stream::~Stream() {} + bool Stream::failed() { return scanner->failed(); } void Stream::printError(Node *N, const Twine &Msg) { |