[cfe-commits] r60144 - in /cfe/trunk: include/clang/Driver/ManagerRegistry.h lib/Driver/ManagerRegistry.cpp

Zhongxing Xu xuzhongxing at gmail.com
Wed Nov 26 18:19:11 PST 2008


Author: zhongxingxu
Date: Wed Nov 26 20:19:10 2008
New Revision: 60144

URL: http://llvm.org/viewvc/llvm-project?rev=60144&view=rev
Log:
Add license comments.

Modified:
    cfe/trunk/include/clang/Driver/ManagerRegistry.h
    cfe/trunk/lib/Driver/ManagerRegistry.cpp

Modified: cfe/trunk/include/clang/Driver/ManagerRegistry.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/ManagerRegistry.h?rev=60144&r1=60143&r2=60144&view=diff

==============================================================================
--- cfe/trunk/include/clang/Driver/ManagerRegistry.h (original)
+++ cfe/trunk/include/clang/Driver/ManagerRegistry.h Wed Nov 26 20:19:10 2008
@@ -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
 

Modified: cfe/trunk/lib/Driver/ManagerRegistry.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ManagerRegistry.cpp?rev=60144&r1=60143&r2=60144&view=diff

==============================================================================
--- cfe/trunk/lib/Driver/ManagerRegistry.cpp (original)
+++ cfe/trunk/lib/Driver/ManagerRegistry.cpp Wed Nov 26 20:19:10 2008
@@ -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;





More information about the cfe-commits mailing list