[clang-tools-extra] 2ee884a - [clang-doc] Remove the unused clangd header.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 1 03:07:43 PDT 2025


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"


        


More information about the cfe-commits mailing list