Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
[oota-llvm.git] / include / llvm / Option / ArgList.h
index c6ec08cb6d6c018793bfbfe6b2e1f3d04ad47a20..89771b5c3cf11392766aec5ea4bc8b814b809ef8 100644 (file)
@@ -306,6 +306,7 @@ public:
   const char *GetOrMakeJoinedArgString(unsigned Index, StringRef LHS,
                                         StringRef RHS) const;
 
+  void print(raw_ostream &O) const;
   void dump() const;
 
   /// @}