llvm/clang/unittests/Tooling/StandardLibraryTest.cpp

//===- unittest/Tooling/StandardLibrary.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 "clang/Tooling/Inclusions/StandardLibrary.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclarationName.h"
#include "clang/Testing/TestAST.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ScopedPrinter.h"

#include "gmock/gmock.h"
#include "gtest/gtest.h"

Contains;
ElementsAre;

namespace clang {
namespace tooling {
namespace {

const NamedDecl &lookup(TestAST &AST, llvm::StringRef Name) {}

TEST(StdlibTest, All) {}

TEST(StdlibTest, Experimental) {}

TEST(StdlibTest, CCompat) {}

TEST(StdlibTest, Recognizer) {}

TEST(StdlibTest, RecognizerForC99) {}

TEST(StdlibTest, SpecialCMappings) {}

} // namespace
} // namespace tooling
} // namespace clang