ΒΆllvm::raw_ostream& errs()
llvm::raw_ostream& errs()
Description
This returns a reference to a raw_ostream for standard error. Use it like: errs() < < "foo" < < "bar";
Declared at: llvm/include/llvm/Support/raw_ostream.h:505