Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
authorEric Christopher <echristo@gmail.com>
Fri, 18 Dec 2015 18:55:26 +0000 (18:55 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 18 Dec 2015 18:55:26 +0000 (18:55 +0000)
commit96e80fcbfd852a6bc6ed1a15c87e709ac1080dbc
treea9732a71f5fd2905c512ea6e588b7bc8ef655223
parent8281fa78381570e6685ce0d6068136f69bd7c6fb
Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().

Also add print() functions.

Patch by Justin Lebar!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256010 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/Option.h
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/Option.cpp