blob: 7f9701b5f0c0f2079e624570ba9a5d81925199a6 [file] [log] [blame]
//===-- 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();
#endif // !defined(GO_LLVM_DIAGNOSTICS_H)