diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2014-07-14 18:30:23 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2014-07-14 18:30:23 +0000 |
commit | b6c200277686558a00421b8b45217e04ba6b81f7 (patch) | |
tree | 33249a57ad328b99ca73ded404905d23b8ccdf6b /docs/ReleaseNotes.rst | |
parent | a4ea60f7c008902fa21e79aa307930b52182d68a (diff) | |
download | clang-b6c200277686558a00421b8b45217e04ba6b81f7.tar.gz |
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
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r-- | docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 |