[Lldb-commits] [lldb] [lldb] Add a simplified syntax for underlying command options (NFC) (PR #155694)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 29 09:17:42 PDT 2025


================
@@ -23,6 +23,33 @@ using namespace llvm;
 using namespace lldb_private;
 
 namespace {
+/// Parses curly braces and replaces them with ANSI underline formatting.
+inline std::string underline(llvm::StringRef Str) {
----------------
Michael137 wrote:

```suggestion
std::string underline(llvm::StringRef Str) {
```

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


More information about the lldb-commits mailing list