aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/include/clang/Driver/DriverDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/clang/include/clang/Driver/DriverDiagnostic.h')
-rw-r--r--contrib/llvm-project/clang/include/clang/Driver/DriverDiagnostic.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/llvm-project/clang/include/clang/Driver/DriverDiagnostic.h b/contrib/llvm-project/clang/include/clang/Driver/DriverDiagnostic.h
new file mode 100644
index 000000000000..ec2f8b403b0b
--- /dev/null
+++ b/contrib/llvm-project/clang/include/clang/Driver/DriverDiagnostic.h
@@ -0,0 +1,14 @@
+//===--- DiagnosticDriver.h - Diagnostics for libdriver ---------*- 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_DRIVER_DRIVERDIAGNOSTIC_H
+#define LLVM_CLANG_DRIVER_DRIVERDIAGNOSTIC_H
+
+#include "clang/Basic/DiagnosticDriver.h"
+
+#endif