[clang-tools-extra] LSP 3.18 - Symbol Tags (PR #167536)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 19 23:23:34 PST 2026
================
@@ -8,6 +8,7 @@
#include "AST.h"
+#include "SemanticHighlighting.h"
----------------
HighCommander4 wrote:
nit: This include is not necessary any more.
I would suggest removing the changes to `AST.cpp` and `call-hierarchy.test` from this diff altogether.
https://github.com/llvm/llvm-project/pull/167536
More information about the cfe-commits
mailing list