[all-commits] [llvm/llvm-project] 81d6b2: [lldb] Add a simplified syntax for underlying comm...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 29 11:07:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81d6b20d1c426fbc24ee460a313d9c9431c79251
https://github.com/llvm/llvm-project/commit/81d6b20d1c426fbc24ee460a313d9c9431c79251
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M lldb/source/Commands/Options.td
M lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
Log Message:
-----------
[lldb] Add a simplified syntax for underlying command options (NFC) (#155694)
This PR updates the tablegen emitter for command options to support a
simplified syntax to underline the mnemonic. Previously, you had to
write `${ansi.underline}<L>${ansi.normal}`, where `<L>` is the mnemonic.
This really hurt the readability of the description. With this PR, you
can write `${<L>}` instead.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list