Author: Haojian Wu
Date: 2025-07-01T12:07:35+02:00
New Revision: 2ee884a9db293d8906056414753b64918517be4a

URL: 
https://github.com/llvm/llvm-project/commit/2ee884a9db293d8906056414753b64918517be4a
DIFF: 
https://github.com/llvm/llvm-project/commit/2ee884a9db293d8906056414753b64918517be4a.diff

LOG: [clang-doc] Remove the unused clangd header.

This header seems to be included unintentionally.

Added: 
    

Modified: 
    clang-tools-extra/clang-doc/Serialize.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clang-doc/Serialize.cpp 
b/clang-tools-extra/clang-doc/Serialize.cpp
index 83c97b9270cf5..6cc372ce98a6d 100644
--- a/clang-tools-extra/clang-doc/Serialize.cpp
+++ b/clang-tools-extra/clang-doc/Serialize.cpp
@@ -7,7 +7,6 @@
 
//===----------------------------------------------------------------------===//
 
 #include "Serialize.h"
-#include "../clangd/CodeCompletionStrings.h"
 #include "BitcodeWriter.h"
 
 #include "clang/AST/Attr.h"


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to