summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticDriver.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-28 06:31:57 +0000
committerChris Lattner <sabre@nondot.org>2009-01-28 06:31:57 +0000
commit47354ed151fe0543e138ccebd3dfe7acfcb291d1 (patch)
tree73a1cf091bdef7934c165aa3b66f472a69039484 /include/clang/Basic/DiagnosticDriver.h
parent23b8eaa83659dcae7f4be1618988094c5f2bd176 (diff)
add some basic file headers
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticDriver.h')
-rw-r--r--include/clang/Basic/DiagnosticDriver.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/clang/Basic/DiagnosticDriver.h b/include/clang/Basic/DiagnosticDriver.h
index 44e93b4d3c..60cdfcdb8a 100644
--- a/include/clang/Basic/DiagnosticDriver.h
+++ b/include/clang/Basic/DiagnosticDriver.h
@@ -1,3 +1,12 @@
+//===--- DiagnosticDriver.h - Diagnostics for the driver --------*- 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_DIAGNOSTICDRIVER_H
#define LLVM_CLANG_DIAGNOSTICDRIVER_H