llvm/clang/unittests/Format/FormatTestVerilog.cpp

//===- unittest/Format/FormatTestVerilog.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 "FormatTestBase.h"

#define DEBUG_TYPE

namespace clang {
namespace format {
namespace test {
namespace {
class FormatTestVerilog : public test::FormatTestBase {};

TEST_F(FormatTestVerilog, Align) {}

TEST_F(FormatTestVerilog, Assign) {}

TEST_F(FormatTestVerilog, BasedLiteral) {}

TEST_F(FormatTestVerilog, Block) {}

TEST_F(FormatTestVerilog, Case) {}

TEST_F(FormatTestVerilog, Coverage) {}

TEST_F(FormatTestVerilog, Declaration) {}

TEST_F(FormatTestVerilog, Delay) {}

TEST_F(FormatTestVerilog, Enum) {}

TEST_F(FormatTestVerilog, Headers) {}

TEST_F(FormatTestVerilog, Hierarchy) {}

TEST_F(FormatTestVerilog, Identifiers) {}

TEST_F(FormatTestVerilog, If) {}

TEST_F(FormatTestVerilog, Instantiation) {}

TEST_F(FormatTestVerilog, Loop) {}

TEST_F(FormatTestVerilog, Operators) {}

TEST_F(FormatTestVerilog, Preprocessor) {}

TEST_F(FormatTestVerilog, Primitive) {}

TEST_F(FormatTestVerilog, Streaming) {}

TEST_F(FormatTestVerilog, StringLiteral) {}

TEST_F(FormatTestVerilog, StructLiteral) {}

TEST_F(FormatTestVerilog, StructuredProcedure) {}
} // namespace
} // namespace test
} // namespace format
} // namespace clang