llvm/clang-tools-extra/clangd/unittests/CompilerTests.cpp

//===-- CompilerTests.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 "Compiler.h"
#include "TestTU.h"
#include "clang/Frontend/DependencyOutputOptions.h"
#include "clang/Frontend/FrontendOptions.h"
#include "clang/Lex/PreprocessorOptions.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace clang {
namespace clangd {
namespace {

IsEmpty;

TEST(BuildCompilerInvocation, DropsPCH) {}

TEST(BuildCompilerInvocation, PragmaDebugCrash) {}

TEST(BuildCompilerInvocation, DropsShowIncludes) {}

TEST(BuildCompilerInvocation, DropsPlugins) {}

TEST(BuildCompilerInvocation, EmptyArgs) {}
} // namespace
} // namespace clangd
} // namespace clang