================
@@ -151,6 +152,26 @@ bool ObjectContainsKey(const llvm::json::Object &obj, 
llvm::StringRef key);
 ///     strings, numbers or booleans.
 std::vector<std::string> GetStrings(const llvm::json::Object *obj,
                                     llvm::StringRef key);
+/// Extract an object of key value strings for the specified key from an 
object.
----------------
vogelsgesang wrote:

missing empty lines

```suggestion
                                    llvm::StringRef key);

/// Extract an object of key value strings for the specified key from an object.
```

https://github.com/llvm/llvm-project/pull/106919
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to