[PATCH] D15631: Add dump() member function to ArgList.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 17:04:46 PST 2015
jlebar added a comment.
Unfortunately not to both, I think. Arg doesn't have a print() I can call. And Arg::dump() writes to errs(), not dbgs().
http://reviews.llvm.org/D15631
More information about the llvm-commits
mailing list