[lldb] [llvm] [lldb-dap][NFC] Add Breakpoint struct to share common logic. (PR #80753)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 08:29:33 PST 2024
================
@@ -0,0 +1,76 @@
+//===-- Breakpoint.cpp ------------------------------------------*- C++ -*-===//
----------------
JDevlieghere wrote:
Nit: you don't need the `*- C++ -*` in source files as emacs can tell it's C++ by the extension, unlike in the header.
https://github.com/llvm/llvm-project/pull/80753
More information about the llvm-commits
mailing list