diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-27 02:19:10 +0000 | 
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-27 02:19:10 +0000 | 
| commit | 2d311e835470bdaa0395564b39a18b3b1cfcee20 (patch) | |
| tree | a5daa8b36046f85c957f3f01a2d7c67d30047dae /clang/lib/Driver/ManagerRegistry.cpp | |
| parent | 16e3f0e03f390e5f8230e1f035168968810dbab2 (diff) | |
| download | bcm5719-llvm-2d311e835470bdaa0395564b39a18b3b1cfcee20.tar.gz bcm5719-llvm-2d311e835470bdaa0395564b39a18b3b1cfcee20.zip | |
Add license comments.
llvm-svn: 60144
Diffstat (limited to 'clang/lib/Driver/ManagerRegistry.cpp')
| -rw-r--r-- | clang/lib/Driver/ManagerRegistry.cpp | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/clang/lib/Driver/ManagerRegistry.cpp b/clang/lib/Driver/ManagerRegistry.cpp index 7604d2895f2..0748fd9a35d 100644 --- a/clang/lib/Driver/ManagerRegistry.cpp +++ b/clang/lib/Driver/ManagerRegistry.cpp @@ -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; | 

