Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
[oota-llvm.git] / include / llvm / Option / Option.h
index 09be26c7cf203f234c9af96062c52e7d0e8febeb..494987a135ef0237f05e86212fdb25c5f022ad60 100644 (file)
@@ -195,6 +195,7 @@ public:
   ///                start.
   Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
 
+  void print(raw_ostream &O) const;
   void dump() const;
 };