llvm/clang/unittests/Tooling/DependencyScanning/DependencyScanningFilesystemTest.cpp

//===- DependencyScanningFilesystemTest.cpp -------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//

#include "clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "gtest/gtest.h"

usingnamespaceclang::tooling::dependencies;

namespace {
struct InstrumentingFilesystem
    : llvm::RTTIExtends<InstrumentingFilesystem, llvm::vfs::ProxyFileSystem> {};
} // namespace

TEST(DependencyScanningWorkerFilesystem, CacheStatusFailures) {}

TEST(DependencyScanningFilesystem, CacheGetRealPath) {}

TEST(DependencyScanningFilesystem, RealPathAndStatusInvariants) {}

TEST(DependencyScanningFilesystem, CacheStatOnExists) {}

TEST(DependencyScanningFilesystem, CacheStatFailures) {}