Author: lattner
Date: Wed Jan 28 00:31:57 2009
New Revision: 63188

URL: http://llvm.org/viewvc/llvm-project?rev=63188&view=rev
Log:
add some basic file headers

Modified:
    cfe/trunk/clang.xcodeproj/project.pbxproj
    cfe/trunk/include/clang/Basic/DiagnosticAST.h
    cfe/trunk/include/clang/Basic/DiagnosticASTKinds.def
    cfe/trunk/include/clang/Basic/DiagnosticAnalysis.h
    cfe/trunk/include/clang/Basic/DiagnosticAnalysisKinds.def
    cfe/trunk/include/clang/Basic/DiagnosticCommonKinds.def
    cfe/trunk/include/clang/Basic/DiagnosticDriver.h
    cfe/trunk/include/clang/Basic/DiagnosticLex.h
    cfe/trunk/include/clang/Basic/DiagnosticLexKinds.def
    cfe/trunk/include/clang/Basic/DiagnosticParse.h
    cfe/trunk/include/clang/Basic/DiagnosticParseKinds.def
    cfe/trunk/include/clang/Basic/DiagnosticSema.h
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def

Modified: cfe/trunk/clang.xcodeproj/project.pbxproj
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/clang.xcodeproj/project.pbxproj?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/clang.xcodeproj/project.pbxproj (original)
+++ cfe/trunk/clang.xcodeproj/project.pbxproj Wed Jan 28 00:31:57 2009
@@ -1068,13 +1068,13 @@
                        isa = PBXGroup;
                        children = (
                                DED7D7310A524295003AD0FB /* Diagnostic.h */,
-                               DED7D7320A524295003AD0FB /* DiagnosticKinds.def 
*/,
                                DEA099FD0F302C65000C2258 /* 
DiagnosticAnalysis.h */,
                                DEA099FE0F302C65000C2258 /* 
DiagnosticAnalysisKinds.def */,
                                DEA099FF0F302C65000C2258 /* DiagnosticAST.h */,
                                DEA09A000F302C65000C2258 /* 
DiagnosticASTKinds.def */,
                                DEA09A010F302C65000C2258 /* 
DiagnosticCommonKinds.def */,
                                DEA09A020F302C65000C2258 /* DiagnosticDriver.h 
*/,
+                               DED7D7320A524295003AD0FB /* DiagnosticKinds.def 
*/,
                                DEA09A030F302C65000C2258 /* DiagnosticLex.h */,
                                DEA09A040F302C65000C2258 /* 
DiagnosticLexKinds.def */,
                                DEA09A050F302C65000C2258 /* DiagnosticParse.h 
*/,

Modified: cfe/trunk/include/clang/Basic/DiagnosticAST.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticAST.h?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticAST.h (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticAST.h Wed Jan 28 00:31:57 2009
@@ -1,3 +1,12 @@
+//===--- DiagnosticAST.h - Diagnostics for the AST library ------*- 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_DIAGNOSTICAST_H
 #define LLVM_CLANG_DIAGNOSTICAST_H
 

Modified: cfe/trunk/include/clang/Basic/DiagnosticASTKinds.def
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticASTKinds.def?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticASTKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticASTKinds.def Wed Jan 28 00:31:57 
2009
@@ -1,3 +1,11 @@
+//==--- DiagnosticASTKinds.def - libast diagnostics -------------*- C++ 
-*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 
 #ifdef ASTSTART       
 __ASTSTART      = DIAG_START_AST,

Modified: cfe/trunk/include/clang/Basic/DiagnosticAnalysis.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticAnalysis.h?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticAnalysis.h (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticAnalysis.h Wed Jan 28 00:31:57 2009
@@ -1,3 +1,12 @@
+//===--- DiagnosticAnalysis.h - Diagnostics for libanalysis -----*- 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_DIAGNOSTICANALYSIS_H
 #define LLVM_CLANG_DIAGNOSTICANALYSIS_H
 

Modified: cfe/trunk/include/clang/Basic/DiagnosticAnalysisKinds.def
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticAnalysisKinds.def?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticAnalysisKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticAnalysisKinds.def Wed Jan 28 
00:31:57 2009
@@ -1,3 +1,11 @@
+//==--- DiagnosticAnalysisKinds.def - libanalysis diagnostics ---*- C++ 
-*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 
 #ifdef ANALYSISSTART  
 __ANALYSISSTART = DIAG_START_ANALYSIS,

Modified: cfe/trunk/include/clang/Basic/DiagnosticCommonKinds.def
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticCommonKinds.def?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticCommonKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticCommonKinds.def Wed Jan 28 00:31:57 
2009
@@ -1,3 +1,12 @@
+//==--- DiagnosticCommonKinds.def - common diagnostics ----------*- C++ 
-*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 
//===----------------------------------------------------------------------===//
 // Common Helpers
 
//===----------------------------------------------------------------------===//

Modified: cfe/trunk/include/clang/Basic/DiagnosticDriver.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticDriver.h?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticDriver.h (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticDriver.h Wed Jan 28 00:31:57 2009
@@ -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
 

Modified: cfe/trunk/include/clang/Basic/DiagnosticLex.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticLex.h?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticLex.h (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticLex.h Wed Jan 28 00:31:57 2009
@@ -1,3 +1,12 @@
+//===--- DiagnosticLex.h - Diagnostics for liblex ---------------*- 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_DIAGNOSTICLEX_H
 #define LLVM_CLANG_DIAGNOSTICLEX_H
 

Modified: cfe/trunk/include/clang/Basic/DiagnosticLexKinds.def
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticLexKinds.def?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticLexKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticLexKinds.def Wed Jan 28 00:31:57 
2009
@@ -1,3 +1,12 @@
+//==--- DiagnosticLexKinds.def - liblex diagnostics -------------*- C++ 
-*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 
//===----------------------------------------------------------------------===//
 // Lexer Diagnostics
 
//===----------------------------------------------------------------------===//

Modified: cfe/trunk/include/clang/Basic/DiagnosticParse.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParse.h?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticParse.h (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticParse.h Wed Jan 28 00:31:57 2009
@@ -1,3 +1,12 @@
+//===--- DiagnosticParse.h - Diagnostics for libparse -----------*- 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_DIAGNOSTICPARSE_H
 #define LLVM_CLANG_DIAGNOSTICPARSE_H
 

Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.def
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParseKinds.def?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.def Wed Jan 28 00:31:57 
2009
@@ -1,3 +1,12 @@
+//==--- DiagnosticParseKinds.def - libparse diagnostics ---------*- C++ 
-*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 
//===----------------------------------------------------------------------===//
 // Parser Diagnostics
 
//===----------------------------------------------------------------------===//

Modified: cfe/trunk/include/clang/Basic/DiagnosticSema.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSema.h?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSema.h (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSema.h Wed Jan 28 00:31:57 2009
@@ -1,3 +1,12 @@
+//===--- DiagnosticSema.h - Diagnostics for libsema -------------*- 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_DIAGNOSTICSEMA_H
 #define LLVM_CLANG_DIAGNOSTICSEMA_H
 

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def?rev=63188&r1=63187&r2=63188&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def Wed Jan 28 00:31:57 
2009
@@ -1,5 +1,14 @@
+//==--- DiagnosticSemaKinds.def - libsema diagnostics -----------*- C++ 
-*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
 
//===----------------------------------------------------------------------===//
+//
 // Semantic Analysis
+//
 
//===----------------------------------------------------------------------===//
 
 #ifdef SEMASTART      


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to