llvm/clang/unittests/Tooling/CommentHandlerTest.cpp

//===- unittest/Tooling/CommentHandlerTest.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 "TestVisitor.h"
#include "clang/Lex/Preprocessor.h"

namespace clang {

struct Comment {};

class CommentVerifier;
CommentList;

class CommentHandlerVisitor : public TestVisitor<CommentHandlerVisitor>,
                              public CommentHandler {};

class CommentVerifier {};

CommentVerifier CommentHandlerVisitor::GetVerifier() {}


TEST(CommentHandlerTest, BasicTest1) {}

TEST(CommentHandlerTest, BasicTest2) {}

TEST(CommentHandlerTest, BasicTest3) {}

TEST(CommentHandlerTest, IfBlock1) {}

TEST(CommentHandlerTest, IfBlock2) {}

TEST(CommentHandlerTest, IfBlock3) {}

TEST(CommentHandlerTest, PPDirectives) {}

} // end namespace clang