#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) { … }
}
}
}