//===-- clang-doc/MergeTest.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 "ClangDocTest.h" #include "Representation.h" #include "gtest/gtest.h" namespace clang { namespace doc { TEST(MergeTest, mergeNamespaceInfos) { … } TEST(MergeTest, mergeRecordInfos) { … } TEST(MergeTest, mergeFunctionInfos) { … } TEST(MergeTest, mergeEnumInfos) { … } } // namespace doc } // namespace clang