[clang-tools-extra] Remove unused forward declarations (NFC)

This commit is contained in:
Kazu Hirata 2022-01-30 16:05:00 -08:00
parent cda7b6aaf3
commit 2f18b02de7
7 changed files with 0 additions and 17 deletions

View file

@ -27,7 +27,6 @@
namespace clang {
class DiagnosticsEngine;
class Rewriter;
namespace replace {

View file

@ -20,7 +20,6 @@
namespace clang {
class CompilerInstance;
class SourceManager;
namespace tidy {

View file

@ -20,14 +20,7 @@
namespace clang {
class ASTContext;
class CompilerInstance;
class SourceManager;
namespace ast_matchers {
class MatchFinder;
} // namespace ast_matchers
namespace tooling {
class CompilationDatabase;
} // namespace tooling
namespace tidy {
class CachedGlobList;

View file

@ -12,9 +12,6 @@
#include "../utils/RenamerClangTidyCheck.h"
#include "llvm/ADT/Optional.h"
namespace clang {
class MacroInfo;
namespace tidy {
namespace readability {

View file

@ -31,8 +31,6 @@
namespace clang {
namespace clangd {
class SymbolIndex;
/// This class exposes ClangdServer's capabilities via Language Server Protocol.
///
/// MessageHandler binds the implemented LSP methods (e.g. onInitialize) to

View file

@ -24,8 +24,6 @@
namespace clang {
namespace clangd {
class Logger;
struct ProjectInfo {
// The directory in which the compilation database was discovered.
// Empty if directory-based compilation database discovery was not used.

View file

@ -43,7 +43,6 @@
namespace clang {
namespace clangd {
class HeuristicResolver;
class SymbolIndex;
/// Stores and provides access to parsed AST.
class ParsedAST {