Fix whitespace.
[oota-llvm.git] / utils / TableGen / ClangDiagnosticsEmitter.h
index b241bde521e8f0b23b5e41ec9ea43f803848fa14..edd062a73835b709c69060a8768be414cb585197 100644 (file)
@@ -29,15 +29,15 @@ public:
     : Records(R), Component(component) {}
 
   // run - Output the .def file contents
-  void run(std::ostream &OS);
+  void run(raw_ostream &OS);
 };
 
-class ClangOptionsEmitter : public TableGenBackend {
+class ClangDiagGroupsEmitter : public TableGenBackend {
     RecordKeeper &Records;
 public:
-  explicit ClangOptionsEmitter(RecordKeeper &R) : Records(R) {}
+  explicit ClangDiagGroupsEmitter(RecordKeeper &R) : Records(R) {}
     
-  void run(std::ostream &OS);
+  void run(raw_ostream &OS);
 };