From b6c200277686558a00421b8b45217e04ba6b81f7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 14 Jul 2014 18:30:23 +0000 Subject: [PATCH] Document the warning triggered by the unsupported gcc optimization flags (r212805) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212968 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index c99262eb35..3d9e2108e7 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -64,6 +64,9 @@ Clang's diagnostics are constantly being improved to catch more issues, explain them more clearly, and provide more accurate source information about them. The improvements since the 3.4 release include: +- GCC compatibility: Clang displays a warning on unsupported gcc + optimization flags instead of an error. + - ... New Compiler Flags -- 2.50.1