diff options
author | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-03-19 18:52:14 +0300 |
---|---|---|
committer | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-03-19 19:24:53 +0300 |
commit | d314d6ddf6131c2ee96e97067fb3e5f560395dfb (patch) | |
tree | 167d2449ac47df359988840007e19e8cd152a09c /contrib/libs/clang14/lib/Basic/FileEntry.cpp | |
parent | ac62876a4c7633d486f2ecb111720a426a7da258 (diff) | |
download | ydb-d314d6ddf6131c2ee96e97067fb3e5f560395dfb.tar.gz |
YDB Import 588
1384556be6811c00a4098d426b8eda9be6d2a541
Diffstat (limited to 'contrib/libs/clang14/lib/Basic/FileEntry.cpp')
-rw-r--r-- | contrib/libs/clang14/lib/Basic/FileEntry.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/libs/clang14/lib/Basic/FileEntry.cpp b/contrib/libs/clang14/lib/Basic/FileEntry.cpp deleted file mode 100644 index 5ee9bef9523..00000000000 --- a/contrib/libs/clang14/lib/Basic/FileEntry.cpp +++ /dev/null @@ -1,24 +0,0 @@ -//===- FileEntry.cpp - File references --------------------------*- C++ -*-===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// -// -/// \file -/// Defines implementation for clang::FileEntry and clang::FileEntryRef. -// -//===----------------------------------------------------------------------===// - -#include "clang/Basic/FileEntry.h" -#include "llvm/Support/MemoryBuffer.h" -#include "llvm/Support/VirtualFileSystem.h" - -using namespace clang; - -FileEntry::FileEntry() : UniqueID(0, 0) {} - -FileEntry::~FileEntry() = default; - -void FileEntry::closeFile() const { File.reset(); } |