| //===-- go-llvm-diagnostics.h - helper functions for errors/warnings --------------===// |
| // |
| // The LLVM Compiler Infrastructure |
| // |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| // |
| // Utility/helper functions related to diagnostics. |
| // |
| //===----------------------------------------------------------------------===// |
| |
| #ifndef GO_LLVM_DIAGNOSTICS_H |
| #define GO_LLVM_DIAGNOSTICS_H |
| |
| extern bool go_be_saw_errors(); |
| extern bool go_no_warn; |
| |
| #endif // !defined(GO_LLVM_DIAGNOSTICS_H) |