diff options
Diffstat (limited to 'llvm/include/Support/Casting.h')
-rw-r--r-- | llvm/include/Support/Casting.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/Casting.h b/llvm/include/Support/Casting.h index fc2d4b21ea1..065919c1792 100644 --- a/llvm/include/Support/Casting.h +++ b/llvm/include/Support/Casting.h @@ -1,4 +1,11 @@ //===-- Support/Casting.h - Allow flexible, checked, casts ------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file was developed by the LLVM research group and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// // // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(), // and dyn_cast_or_null<X>() templates. |