diff options
-rw-r--r-- | include/clang/Analysis/PathSensitive/BugType.h | 18 |
1 files 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 <llvm/ADT/FoldingSet.h> - #include <string> namespace clang { |