]> granicus.if.org Git - clang/commitdiff
Add license comments.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 27 Nov 2008 02:19:10 +0000 (02:19 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 27 Nov 2008 02:19:10 +0000 (02:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60144 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/ManagerRegistry.h
lib/Driver/ManagerRegistry.cpp

index cfbbc304110b6a044f3a8906cfdd731d2b55a546..90c33e1451871fc8f103838d7516b36ca8c1e2ea 100644 (file)
@@ -1,3 +1,16 @@
+//===-- ManagerRegistry.h - Pluggable analyzer module registry --*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines the ManagerRegistry and Register* classes.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef LLVM_CLANG_MANAGER_REGISTRY_H
 #define LLVM_CLANG_MANAGER_REGISTRY_H
 
index 7604d2895f2b32a138959e0c693f017a0e2eafd1..0748fd9a35d672c6159f3a9601d010d8b90c5e17 100644 (file)
@@ -1,3 +1,16 @@
+//===- ManagerRegistry.cpp - Pluggble Analyzer module creators --*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+//  This file defines the pluggable analyzer module creators.
+//
+//===----------------------------------------------------------------------===//
+
 #include "clang/Driver/ManagerRegistry.h"
 
 using namespace clang;