diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 40d08383a838..72ca77535d40 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -547,6 +547,13 @@ library. There are two problems with this:
std::stringstream
llvm::StringStream
void print(std::ostream &Out); +// ... +print(std::cerr);
void print(std::ostream &Out); +// ... +print(*llvm::cerr.stream());