Initial import of the Apple clang-425.0.24 branch

This commit is contained in:
Pascal Junod
2013-12-26 14:37:53 +01:00
commit c141e94c6c
16246 changed files with 2729035 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file implements the IncludeFile constructor.
//
//===----------------------------------------------------------------------===//
#include "llvm/Support/IncludeFile.h"
using namespace llvm;
// This constructor is used to ensure linking of other modules. See the
// llvm/Support/IncludeFile.h header for details.
IncludeFile::IncludeFile(const void*) {}