llvm/clang/unittests/Basic/DarwinSDKInfoTest.cpp

//===- unittests/Basic/DarwinSDKInfoTest.cpp -- SDKSettings.json test -----===//
//
// 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/Basic/DarwinSDKInfo.h"
#include "llvm/Support/JSON.h"
#include "gtest/gtest.h"
#include <optional>

usingnamespacellvm;
usingnamespaceclang;

// Check the version mapping logic in DarwinSDKInfo.
TEST(DarwinSDKInfo, VersionMapping) {}

// Check the version mapping logic in DarwinSDKInfo.
TEST(DarwinSDKInfo, VersionMappingMissingKey) {}

TEST(DarwinSDKInfo, VersionMappingParseEmpty) {}

TEST(DarwinSDKInfo, VersionMappingParseError) {}

TEST(DarwinSDKInfoTest, ParseAndTestMappingMacCatalyst) {}

TEST(DarwinSDKInfoTest, ParseAndTestMappingIOSDerived) {}

TEST(DarwinSDKInfoTest, MissingKeys) {}