JDevlieghere added inline comments.
================ Comment at: source/Target/Thread.cpp:2216 + GetProcess()->GetLanguageRuntimes(); + for (LanguageRuntime *runtime : language_runtimes) { + if (!runtime) ---------------- if ` for (LanguageRuntime *runtime : GetProcess()->GetLanguageRuntimes()) {` fits on one line I would get rid of the temporary. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62562/new/ https://reviews.llvm.org/D62562 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits