[Lldb-commits] [PATCH] D87389: [flang][openacc] Lower clauses on loop construct to OpenACC dialect

Valentin Clement via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 9 10:48:26 PDT 2020


clementval added inline comments.


================
Comment at: lldb/tools/lldb-vscode/VSCode.cpp:41
       focus_tid(LLDB_INVALID_THREAD_ID), sent_terminated_event(false),
-      stop_at_entry(false), is_attach(false),
-      reverse_request_seq(0), waiting_for_run_in_terminal(false) {
+      stop_at_entry(false), is_attach(false), reverse_request_seq(0),
+      waiting_for_run_in_terminal(false) {
----------------
teemperor wrote:
> Unrelated reformatting?
Sure it shouldn't be here. I'll remove it. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87389/new/

https://reviews.llvm.org/D87389



More information about the lldb-commits mailing list