From 507eec8d849fd86ac42ebdae2a343f9ab64fb274 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Sat, 31 Oct 2009 04:12:21 +0000 Subject: [PATCH] Add header comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85644 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/PathSensitive/BugType.h | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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 { -- 2.50.1