YAML: Enable the YAMLParser tests.
[oota-llvm.git] / include / llvm / Support / YAMLParser.h
index db888b816cfec69480a2d756c916cdf1203b9678..37becaa7b6d35c51ca060ebb8cbc222e5302a75a 100644 (file)
@@ -76,9 +76,9 @@ std::string escape(StringRef Input);
 class Stream {
 public:
   /// \brief This keeps a reference to the string referenced by \p Input.
-  Stream(StringRef Input, SourceMgr &);
+  Stream(StringRef Input, SourceMgr &, bool ShowColors = true);
 
-  Stream(MemoryBufferRef InputBuffer, SourceMgr &);
+  Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true);
   ~Stream();
 
   document_iterator begin();