llvm/clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp

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

#include "ExpectedTypes.h"
#include "ParsedAST.h"
#include "TestTU.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "llvm/ADT/StringRef.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <optional>

namespace clang {
namespace clangd {
namespace {

Field;
Matcher;
SizeIs;
UnorderedElementsAreArray;

class ExpectedTypeConversionTest : public ::testing::Test {};

TEST_F(ExpectedTypeConversionTest, BasicTypes) {}

TEST_F(ExpectedTypeConversionTest, ReferencesDontMatter) {}

TEST_F(ExpectedTypeConversionTest, ArraysDecay) {}

TEST_F(ExpectedTypeConversionTest, FunctionReturns) {}

TEST_F(ExpectedTypeConversionTest, Templates) {}

} // namespace
} // namespace clangd
} // namespace clang