[PATCH] D129864: [Flang] Generate documentation for compiler flags

Dylan Fleming via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 10:30:47 PDT 2022


DylanFleming-arm updated this revision to Diff 445872.
DylanFleming-arm added a comment.

Edited summary to be more clear.

I've also changed the format of the if(!included) as you suggested (and did the same for the call to isGroupIncluded)

I also added the assert you asked for, and then since there's an if statement checking for the opposite condition, I removed that as it's now unreachable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129864

Files:
  clang/utils/TableGen/ClangOptionDocEmitter.cpp
  flang/docs/CMakeLists.txt
  flang/docs/index.md
  flang/include/flang/FlangOptionsDocs.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129864.445872.patch
Type: text/x-patch
Size: 4575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220719/8a1c0472/attachment.bin>


More information about the cfe-commits mailing list