[clang-tools-extra] LSP 3.18 - Symbol Tags (PR #167536)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 28 23:56:31 PST 2025


================
@@ -1104,6 +1104,29 @@ struct CodeAction {
 };
 llvm::json::Value toJSON(const CodeAction &);
 
+enum class SymbolTag {
----------------
HighCommander4 wrote:

If I'm understanding this correctly, the list and order here is coming from https://github.com/microsoft/language-server-protocol/pull/2003.

Can we link to that PR from a comment here? That makes it clear that we're implementing something that's not in the spec yet, and serves as a reminder for us to update the implementation if the spec ends up being different from the current list in the PR.

https://github.com/llvm/llvm-project/pull/167536


More information about the cfe-commits mailing list