[Lldb-commits] [lldb] [NFC][lldb-dap] Add missing header guard for DAPError and ProgressEvent. (PR #145915)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 26 09:06:17 PDT 2025


================
@@ -156,3 +161,5 @@ class ProgressEventReporter {
 };
 
 } // namespace lldb_dap
+
+#endif // LLDB_TOOLS_LLDB_DAP_PROGRESS_EVENT_H
----------------
JDevlieghere wrote:

Missing newline

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


More information about the lldb-commits mailing list