From 88c4a4a6beb57c10dfa9de8bd8bb886fd1a08093 Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski Date: Thu, 23 Jun 2022 09:29:12 +0000 Subject: [PATCH] [flang] Update the release notes Document changes introduced in https://reviews.llvm.org/D126164. Differential Revision: https://reviews.llvm.org/D128413 --- flang/docs/ReleaseNotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md index 7696f42..b41a2aa 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 -- 2.7.4