================
@@ -414,6 +422,8 @@ bool fromJSON(const llvm::json::Value &Params,
ClientCapabilities &R,
break;
}
}
+ if (auto IRSupport = Item->getBoolean("insertReplaceSupport"))
----------------
argothiel wrote:
Could be `const`, but `const` is too much underused in the entire function, so
I went for consistency with other fields instead.
https://github.com/llvm/llvm-project/pull/187623
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits