We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36db9a commit de67bacCopy full SHA for de67bac
lldb/tools/lldb-dap/Protocol/DAPTypes.cpp
@@ -33,8 +33,7 @@ llvm::json::Value toJSON(const SourceLLDBData &SLD) {
33
return result;
34
}
35
36
-bool fromJSON(const llvm::json::Value &Params, Symbol &DS,
37
- llvm::json::Path P) {
+bool fromJSON(const llvm::json::Value &Params, Symbol &DS, llvm::json::Path P) {
38
json::ObjectMapper O(Params, P);
39
return O && O.map("userId", DS.userId) && O.map("isDebug", DS.isDebug) &&
40
O.map("isSynthetic", DS.isSynthetic) &&
0 commit comments