[PATCH] D15631: Add dump() member function to ArgList.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 17:02:36 PST 2015


echristo added a comment.

Can you make this follow the model of print(raw_ostream) + dump() that uses print(OS) similar to the rest of the standard dumps? Also, llvm::dbgs() not llvm::errs() :)

Thanks!

-eric


http://reviews.llvm.org/D15631





More information about the llvm-commits mailing list