[PATCH] D157151: [Driver] Refactor to use llvm Option's new Visibility flags

Justin Bogner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 15:40:47 PDT 2023


bogner updated this revision to Diff 549188.
bogner added a comment.

Update FlangDriver.md


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157151

Files:
  clang-tools-extra/clangd/CompileCommands.cpp
  clang-tools-extra/modularize/Modularize.cpp
  clang/docs/InternalsManual.rst
  clang/include/clang/Driver/ClangOptionDocs.td
  clang/include/clang/Driver/Driver.h
  clang/include/clang/Driver/Options.h
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/Driver.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  clang/tools/driver/cc1as_main.cpp
  clang/utils/TableGen/ClangOptionDocEmitter.cpp
  clang/utils/update_options_td_flags.py
  flang/docs/FlangDriver.md
  flang/docs/FlangOptionsDocs.td
  flang/lib/Frontend/CompilerInvocation.cpp
  flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  flang/tools/flang-driver/driver.cpp
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm/Option/OptTable.h
  llvm/lib/Option/OptTable.cpp
  llvm/unittests/Option/OptionParsingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157151.549188.patch
Type: text/x-patch
Size: 371282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230810/4a7e4f77/attachment-0001.bin>


More information about the cfe-commits mailing list