//===-- SymbolInfoTests.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 "Annotations.h" #include "ParsedAST.h" #include "TestTU.h" #include "XRefs.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include <optional> namespace clang { namespace clangd { namespace { UnorderedElementsAreArray; // Partial SymbolDetails with the rest filled in at testing time. struct ExpectedSymbolDetails { … }; TEST(SymbolInfoTests, All) { … } } // namespace } // namespace clangd } // namespace clang