Add an inspirational quote.

llvm-svn: 111641
This commit is contained in:
Dan Gohman 2010-08-20 16:36:19 +00:00
parent cba5cf6b6b
commit e14426aaca
1 changed files with 5 additions and 0 deletions

View File

@ -382,6 +382,11 @@ public:
/// flag is set at the time when this raw_ostream's destructor is called,
/// report_fatal_error is called to report the error. Use clear_error()
/// after handling the error to avoid this behavior.
///
/// "Errors should never pass silently.
/// Unless explicitly silenced."
/// - from The Zen of Python, by Tim Peters
///
void clear_error() {
Error = false;
}