summaryrefslogtreecommitdiffstats
path: root/include/clang/CrossTU/CrossTUDiagnostic.h
blob: 95a648a56082628129367c7e91aa337a7033890f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===--- CrossTUDiagnostic.h - Diagnostics for Cross TU ---------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_CLANG_CROSSTU_CROSSTUDIAGNOSTIC_H
#define LLVM_CLANG_CROSSTU_CROSSTUDIAGNOSTIC_H

#include "clang/Basic/DiagnosticCrossTU.h"

#endif // LLVM_CLANG_CROSSTU_CROSSTUDIAGNOSTIC_H