summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c0e1ffde2a6..753dab9e8bc 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -72,7 +72,9 @@ Improvements to Clang's diagnostics
- -Wrange-loop-analysis got several improvements. It no longer warns about a
copy being made when the result is bound to an rvalue reference. It no longer
warns when an object of a small, trivially copyable type is copied. The
- warning now offers fixits. It is now part of -Wall.
+ warning now offers fixits. Excluding -Wrange-loop-bind-reference it is now
+ part of -Wall. To reduce the number of false positives the diagnostic is
+ disabled in macros and template instantiations.
Non-comprehensive list of changes in this release
-------------------------------------------------
OpenPOWER on IntegriCloud