#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;
MATCHER_P(line, N, "") { … }
TEST(RecordedIncludesTest, Match) { … }
TEST(RecordedIncludesTest, MatchVerbatim) { … }
TEST(RecordedIncludesTest, MatchVerbatimMixedAbsoluteRelative) { … }
}
}