1193326Sed//===--- DiagnosticFrontend.h - Diagnostics for frontend --------*- C++ -*-===//
2193326Sed//
3353358Sdim// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4353358Sdim// See https://llvm.org/LICENSE.txt for license information.
5353358Sdim// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6193326Sed//
7193326Sed//===----------------------------------------------------------------------===//
8193326Sed
9280031Sdim#ifndef LLVM_CLANG_FRONTEND_FRONTENDDIAGNOSTIC_H
10280031Sdim#define LLVM_CLANG_FRONTEND_FRONTENDDIAGNOSTIC_H
11193326Sed
12344779Sdim#include "clang/Basic/DiagnosticFrontend.h"
13193326Sed
14193326Sed#endif
15