llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / lib / Support / IncludeFile.cpp
index d4729176f41732d5ef15c5379d4e4b4f72204fcb..e67acb3d1d671434c57741f7697bcb338a0a3d3c 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Reid Spencer and is distributed under the 
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -16,5 +16,5 @@
 using namespace llvm;
 
 // This constructor is used to ensure linking of other modules. See the
-// llvm/Support/IncludeFile.h header for details. 
-IncludeFile::IncludeFile(void*) {}
+// llvm/Support/IncludeFile.h header for details.
+IncludeFile::IncludeFile(const void*) {}