[clang] [clang][docs] fix rendering of `$`-prefixed options (PR #119249)

2024-12-09 Thread Paul Osmialowski via cfe-commits
https://github.com/pawosm-arm approved this pull request. Gosh, sorry for the confusion it caused. LGTM. https://github.com/llvm/llvm-project/pull/119249 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[clang] [clang][docs] fix rendering of `$`-prefixed options (PR #119249)

2024-12-09 Thread Carlo Cabrera via cfe-commits
carlocab wrote: No worries, I missed it too. For future reference, it might be useful to check the rich diff too: https://github.com/user-attachments/assets/003082f8-1135-4be2-996a-2cde6691f61a";> https://github.com/llvm/llvm-project/pull/119249 ___

[clang] [clang][docs] fix rendering of `$`-prefixed options (PR #119249)

2024-12-09 Thread Carlo Cabrera via cfe-commits
https://github.com/carlocab closed https://github.com/llvm/llvm-project/pull/119249 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][docs] fix rendering of `$`-prefixed options (PR #119249)

2024-12-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Carlo Cabrera (carlocab) Changes This was added in #117573 but the options were not being rendered correctly due to the missing newline after `::`. --- Full diff: https://github.com/llvm/llvm-project/pull/119249.diff 1 Files Affected:

[clang] [clang][docs] fix rendering of `$`-prefixed options (PR #119249)

2024-12-09 Thread Carlo Cabrera via cfe-commits
https://github.com/carlocab created https://github.com/llvm/llvm-project/pull/119249 This was added in #117573 but the options were not being rendered correctly due to the missing newline after `::`. >From ed70bf358357a5b54599db4a89e61588fd96aca7 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera D