From bd8549169a29220083769d87b67d667daf671156 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 16 Jul 2009 01:03:49 +0000 Subject: [PATCH] add copyright comments. llvm-svn: 75877 --- clang/tools/wpa/clang-wpa.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/clang/tools/wpa/clang-wpa.cpp b/clang/tools/wpa/clang-wpa.cpp index e355a94e4151..dff8cb0b5249 100644 --- a/clang/tools/wpa/clang-wpa.cpp +++ b/clang/tools/wpa/clang-wpa.cpp @@ -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"