summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-03-16 18:01:07 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-03-16 18:01:07 +0000
commitc9977f38770ff3b24795fe2e78cd52a29284b790 (patch)
tree21babbda9ba7dd3d10ff4a4119647e15fed293c8
parente6913ec3400b3e23fc134097ebebb05be5330b66 (diff)
downloadbcm5719-llvm-c9977f38770ff3b24795fe2e78cd52a29284b790.tar.gz
bcm5719-llvm-c9977f38770ff3b24795fe2e78cd52a29284b790.zip
[docs] ReleaseNotes: document -Wextra-semi changes.
I should have done it in rL327558 / D43162, but forgot.. I'm not 100% sure about the text, but i don't think it warrants a whole new differential revision. llvm-svn: 327725
-rw-r--r--clang/docs/ReleaseNotes.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 4d7a8e04065..11de272d2c8 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -51,7 +51,13 @@ Major New Features
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- ...
+- ``-Wc++98-compat-extra-semi`` is a new flag, which was previously inseparable
+ from ``-Wc++98-compat-pedantic``. The latter still controls the new flag.
+
+- ``-Wextra-semi`` now also controls ``-Wc++98-compat-extra-semi``.
+ Please do note that if you pass ``-Wno-c++98-compat-pedantic``, it implies
+ ``-Wno-c++98-compat-extra-semi``, so if you want that diagnostic, you need
+ to explicitly re-enable it (e.g. by appending ``-Wextra-semi``).
Non-comprehensive list of changes in this release
-------------------------------------------------
OpenPOWER on IntegriCloud