[llvm-branch-commits] [clang] 72f1246 - Add a release note about deprecating the clang-cl /fallback flag
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 5 04:54:05 PST 2021
Author: Hans Wennborg
Date: 2021-02-05T13:53:42+01:00
New Revision: 72f12467ded52160d52025e13a6217f00fe25f68
URL: https://github.com/llvm/llvm-project/commit/72f12467ded52160d52025e13a6217f00fe25f68
DIFF: https://github.com/llvm/llvm-project/commit/72f12467ded52160d52025e13a6217f00fe25f68.diff
LOG: Add a release note about deprecating the clang-cl /fallback flag
As discussed in
https://lists.llvm.org/pipermail/cfe-dev/2021-January/067524.html
The flag has been removed on the main branch in D95876.
Differential revision: https://reviews.llvm.org/D96016
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c17d84de320c..f4ca8a855142 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -109,6 +109,10 @@ Deprecated Compiler Flags
The following options are deprecated and ignored. They will be removed in
future versions of Clang.
+- The clang-cl ``/fallback`` flag, which made clang-cl invoke Microsoft Visual
+ C++ on files it couldn't compile itself, has been deprecated. It will be
+ removed in Clang 13.
+
- ...
Modified Compiler Flags
More information about the llvm-branch-commits
mailing list