[PATCH] D99605: [TableGen] [Docs] Add lldb-tblgen to command guide; add 4 stubs for xxx-tblgen commands

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 15:59:15 PDT 2021


aaronpuchert added a comment.

The comments apply similarly to the other files,



================
Comment at: llvm/docs/CommandGuide/clang-tblgen.rst:1
+clang-tblgen - Clang Description to C++ Code
+============================================
----------------
I'd say "Description to C++ Code for Clang".

It can be a bunch of things like command line options, diagnostic messages, attributes, so I think it's hard to find something overarching here.


================
Comment at: llvm/docs/CommandGuide/clang-tblgen.rst:4
+
+.. program:: tblgen
+
----------------
Should this say `clang-tblgen`? Not sure how this works.


================
Comment at: llvm/docs/CommandGuide/clang-tblgen.rst:22
+for a description of the *filename* argument and options, including the
+options common to all :program:`xxx-tblgen` programs.
----------------
Can we use `*` instead of `xxx` here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99605/new/

https://reviews.llvm.org/D99605



More information about the llvm-commits mailing list