https://github.com/samestep edited
https://github.com/llvm/llvm-project/pull/149311
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/samestep updated
https://github.com/llvm/llvm-project/pull/149311
>From af8f67a8ed9b0f66dc9aad7d0a0358471a25968f Mon Sep 17 00:00:00 2001
From: Sam Estep
Date: Thu, 17 Jul 2025 09:45:31 -0400
Subject: [PATCH 1/2] Clean up LLDB `type format delete` doc paragraph
---
lldb/doc
https://github.com/samestep edited
https://github.com/llvm/llvm-project/pull/149311
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/samestep created
https://github.com/llvm/llvm-project/pull/149311
This PR cleans up the formatting of the [LLDB doc paragraph about `type format
delete`](https://lldb.llvm.org/use/variable.html#type-format) to make it more
readable.
>From af8f67a8ed9b0f66dc9aad7d0a0358471a2