blob: 14a28845d45ad51df552cc0116fab05e5a0bae3c [file] [log] [blame]
//===--- DiagnosticFrontend.h - Diagnostics for frontend --------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_FRONTEND_FRONTENDDIAGNOSTIC_H
#define LLVM_CLANG_FRONTEND_FRONTENDDIAGNOSTIC_H
#include "clang/Basic/DiagnosticFrontend.h"
#endif