tmfink created this revision.
tmfink added reviewers: nickdesaulniers, ziangwan.
tmfink added a project: clang.
tmfink requested review of this revision.
Adds link and avoids rendering two dashes as non-ascii "en dash" in HTML output.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.o
tmfink added inline comments.
Comment at: clang/docs/CommandGuide/clang.rst:346
- Aliases of --print-supported-cpus
+ Aliases of :option:`--print-supported-cpus`
nickdesaulniers wrote:
> Would you mind adding a `.` for punctuation while you're here?
This is
tmfink created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
tmfink requested review of this revision.
Adds link/code sample to avoid rendering two dashes as non-ASCII "en dash".
Also make wording a complete sentence.
Repository:
rG LLVM Github Monorepo
tmfink abandoned this revision.
tmfink added a comment.
Accidentally created new review instead of updating
https://reviews.llvm.org/D85596
Please ignore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86426/new/
https://reviews.llvm.org/D86426
_
tmfink updated this revision to Diff 287290.
tmfink added a comment.
Fix rendering of --print-supported-cpus option and make alias documentation a
complete sentence.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85596/new/
https://reviews.llvm.org/
tmfink accepted this revision.
tmfink added a comment.
@nickdesaulniers, could you merge my patch? I don't have commit access.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85596/new/
https://reviews.llvm.org/D85596
___