[clang-tools-extra] LSP 3.18 - Symbol Tags (PR #167536)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 20 13:49:00 PST 2026
================
@@ -17,7 +17,6 @@
#include "index/Symbol.h"
#include "index/SymbolID.h"
#include "clang/AST/Decl.h"
-#include "clang/AST/DeclObjC.h"
----------------
HighCommander4 wrote:
nit: This removal seems like an include-what-you-use violation, as types like `ObjCMethodDecl` are referenced in this patch.
Just drop this?
https://github.com/llvm/llvm-project/pull/167536
More information about the cfe-commits
mailing list