mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
Reword this comment. Don't mention outs(), as that's not what
this code is actually testing for. llvm-svn: 112767
This commit is contained in:
parent
b1c861e28c
commit
bc87387508
@ -21,10 +21,9 @@ namespace llvm {
|
|||||||
class raw_ostream;
|
class raw_ostream;
|
||||||
namespace sys { class Path; }
|
namespace sys { class Path; }
|
||||||
|
|
||||||
/// Determine if the raw_ostream provided is connected to the outs() and
|
/// Determine if the raw_ostream provided is connected to a terminal. If so,
|
||||||
/// displayed or not (to a console window). If so, generate a warning message
|
/// generate a warning message to errs() advising against display of bitcode
|
||||||
/// advising against display of bitcode and return true. Otherwise just return
|
/// and return true. Otherwise just return false.
|
||||||
/// false
|
|
||||||
/// @brief Check for output written to a console
|
/// @brief Check for output written to a console
|
||||||
bool CheckBitcodeOutputToConsole(
|
bool CheckBitcodeOutputToConsole(
|
||||||
raw_ostream &stream_to_check, ///< The stream to be checked
|
raw_ostream &stream_to_check, ///< The stream to be checked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user