From: Zhongxing Xu Date: Sat, 31 Oct 2009 04:12:21 +0000 (+0000) Subject: Add header comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=507eec8d849fd86ac42ebdae2a343f9ab64fb274;p=clang Add header comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85644 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/PathSensitive/BugType.h b/include/clang/Analysis/PathSensitive/BugType.h index 955622a1ef..a22266455a 100644 --- a/include/clang/Analysis/PathSensitive/BugType.h +++ b/include/clang/Analysis/PathSensitive/BugType.h @@ -1,8 +1,20 @@ -#ifndef LLVM_CLANG_BUGTYPE -#define LLVM_CLANG_BUGTYPE +//===--- BugType.h - Bug Information Desciption ----------------*- 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 BugType, a class representing a bug tpye. +// +//===----------------------------------------------------------------------===// + +#ifndef LLVM_CLANG_ANALYSIS_BUGTYPE +#define LLVM_CLANG_ANALYSIS_BUGTYPE #include - #include namespace clang {