[flang-commits] [flang] 88c4a4a - [flang] Update the release notes
Andrzej Warzynski via flang-commits
flang-commits at lists.llvm.org
Mon Jun 27 02:20:28 PDT 2022
Author: Andrzej Warzynski
Date: 2022-06-27T09:19:37Z
New Revision: 88c4a4a6beb57c10dfa9de8bd8bb886fd1a08093
URL: https://github.com/llvm/llvm-project/commit/88c4a4a6beb57c10dfa9de8bd8bb886fd1a08093
DIFF: https://github.com/llvm/llvm-project/commit/88c4a4a6beb57c10dfa9de8bd8bb886fd1a08093.diff
LOG: [flang] Update the release notes
Document changes introduced in https://reviews.llvm.org/D126164.
Differential Revision: https://reviews.llvm.org/D128413
Added:
Modified:
flang/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index 7696f423b8c1d..b41a2aabb9733 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -30,6 +30,13 @@ page](https://llvm.org/releases/).
* The bash wrapper script, `flang`, is renamed as `flang-to-external-fc`.
## New Compiler Flags
+* Refined how `-f{no-}color-diagnostics` is treated to better align with Clang.
+ In particular, both `-fcolor-diagnostics` and `-fno-color-diagnostics` are
+ now available in `flang-new` (the diagnostics are formatted by default). In
+ the frontend driver, `flang-new -fc1`, only `-fcolor-diagnostics` is
+ available (by default, the diagnostics are not formatted). Note that this
+ will only affect the diagnostics printed by driver (scanning, parsing and
+ semantic diagnostics are not affected).
## Windows Support
More information about the flang-commits
mailing list