[clang-tools-extra] 319e11d - Revert: [clangd] Replace an include with a forward declaration (#97082)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 10:20:42 PDT 2024


Author: Gheorghe-Teodor Bercea
Date: 2024-06-28T13:20:38-04:00
New Revision: 319e11daee807981db61dad3da90d9bf36317e03

URL: https://github.com/llvm/llvm-project/commit/319e11daee807981db61dad3da90d9bf36317e03
DIFF: https://github.com/llvm/llvm-project/commit/319e11daee807981db61dad3da90d9bf36317e03.diff

LOG: Revert: [clangd] Replace an include with a forward declaration (#97082)

Reverting due to failures on several buildbots.

Added: 
    

Modified: 
    clang-tools-extra/clangd/index/remote/Client.h

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/index/remote/Client.h b/clang-tools-extra/clangd/index/remote/Client.h
index 9755fb23c2ba5..9004012f066ae 100644
--- a/clang-tools-extra/clangd/index/remote/Client.h
+++ b/clang-tools-extra/clangd/index/remote/Client.h
@@ -9,6 +9,7 @@
 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_REMOTE_CLIENT_H
 #define LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_REMOTE_CLIENT_H
 
+#include "index/Index.h"
 #include "llvm/ADT/StringRef.h"
 
 #include <memory>
@@ -16,8 +17,6 @@
 namespace clang {
 namespace clangd {
 
-class SymbolIndex;
-
 namespace remote {
 
 /// Returns an SymbolIndex client that passes requests to remote index located


        


More information about the cfe-commits mailing list