llvm/clang-tools-extra/include-cleaner/unittests/TypesTest.cpp

//===-- RecordTest.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-include-cleaner/Types.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Tooling/Inclusions/StandardLibrary.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace clang::include_cleaner {
namespace {
ElementsAre;
IsEmpty;
UnorderedElementsAre;

// Matches an Include* on the specified line;
MATCHER_P(line, N, "") {}

TEST(RecordedIncludesTest, Match) {}

TEST(RecordedIncludesTest, MatchVerbatim) {}

TEST(RecordedIncludesTest, MatchVerbatimMixedAbsoluteRelative) {}

} // namespace
} // namespace clang::include_cleaner