This is an archive of the discontinued LLVM Phabricator instance.

Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
ClosedPublic

Authored by jlebar on Dec 17 2015, 5:56 PM.

Details

Reviewers
echristo
Summary

Also add print() functions.

Diff Detail

Event Timeline

jlebar updated this revision to Diff 43203.Dec 17 2015, 5:56 PM
jlebar retitled this revision from to Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs()..
jlebar updated this object.
jlebar added a reviewer: echristo.
jlebar added a subscriber: llvm-commits.
echristo accepted this revision.Dec 17 2015, 5:57 PM
echristo edited edge metadata.

LGTM, thanks!

-eric

This revision is now accepted and ready to land.Dec 17 2015, 5:57 PM

Committed thusly:

M lib/Option/Option.cpp
M lib/Option/Arg.cpp
M lib/Option/ArgList.cpp
M include/llvm/Option/Option.h
M include/llvm/Option/Arg.h
M include/llvm/Option/ArgList.h
r256010 = f306cdcf52a89377dc703502d1067577789eb348 (refs/remotes/origin/master)

jlebar closed this revision.Dec 20 2015, 8:57 PM