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

Will Hawkins via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 14:52:01 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)
----------------
hawkinsw wrote:

Is this just a whitespace change? 

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


More information about the lldb-commits mailing list