[PATCH] D95876: [clang-cl] Remove the /fallback option

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 2 08:44:18 PST 2021


hans created this revision.
hans added reviewers: rnk, thakis.
Herald added a subscriber: dang.
Herald added a reviewer: jansvoboda11.
hans requested review of this revision.
Herald added a project: clang.

As discussed in https://lists.llvm.org/pipermail/cfe-dev/2021-January/067524.html

It doesn't appear to be used, isn't really maintained, and adds some complexity to the code. Let's remove it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95876

Files:
  clang/docs/UsersManual.rst
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Basic/DiagnosticGroups.td
  clang/include/clang/Basic/DiagnosticOptions.def
  clang/include/clang/Driver/Job.h
  clang/include/clang/Driver/Options.td
  clang/include/clang/Frontend/TextDiagnostic.h
  clang/lib/Driver/Job.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Driver/ToolChains/Clang.h
  clang/lib/Driver/ToolChains/MSVC.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/lib/Frontend/TextDiagnostic.cpp
  clang/lib/Frontend/TextDiagnosticPrinter.cpp
  clang/test/Driver/cl-fallback.c
  clang/test/Driver/cl-options.c
  clang/test/Driver/cl-pch.cpp
  clang/test/Misc/diag-format.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95876.320803.patch
Type: text/x-patch
Size: 24576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210202/40202594/attachment-0001.bin>


More information about the cfe-commits mailing list