From: Zhongxing Xu Date: Thu, 16 Jul 2009 01:03:49 +0000 (+0000) Subject: add copyright comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22daf79314072b14f2519ccfe08485f250c32735;p=clang add copyright comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/wpa/clang-wpa.cpp b/tools/wpa/clang-wpa.cpp index e355a94e41..dff8cb0b52 100644 --- a/tools/wpa/clang-wpa.cpp +++ b/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"