add copyright comments.

llvm-svn: 75877
This commit is contained in:
Zhongxing Xu 2009-07-16 01:03:49 +00:00
parent 894caff444
commit bd8549169a
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
//===--- clang-wpa.cpp - clang whole program analyzer ---------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This tool reads a sequence of precompiled AST files, and do various
// cross translation unit analyses.
//
//===----------------------------------------------------------------------===//
#include "clang/Analysis/CallGraph.h"
#include "clang/Basic/FileManager.h"