[Lldb-commits] [lldb] [lldb-dap] Creating a dedicated Transport class for DAP communication. (PR #128972)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 27 13:50:33 PST 2025


================
@@ -0,0 +1,110 @@
+//===-- Transport.cpp -------------------------------------------*- C++ -*-===//
----------------
JDevlieghere wrote:

The `*- C++ -*` was only meant to go into headers (to tell emacs they were C++ rather than C headers) but there was an RFC to drop it altogether. New files should omit it. 
```suggestion
//===-- Transport.cpp ------------------------------------------------------===//
```

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


More information about the lldb-commits mailing list