[Lldb-commits] [lldb] Support statistics dump summary only mode (PR #80745)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 15:28:06 PST 2024


================
@@ -74,7 +75,7 @@ json::Value ModuleStats::ToJSON() const {
 
   if (!symfile_modules.empty()) {
     json::Array symfile_ids;
-    for (const auto symfile_id: symfile_modules)
+    for (const auto symfile_id : symfile_modules)
----------------
kusmour wrote:

Yes I can revert that, probs a formatting on save that I didn't notice. 

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


More information about the lldb-commits mailing list