summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2020-02-04 19:30:42 +0100
committerMark de Wever <koraq@xs4all.nl>2020-02-04 20:20:16 +0100
commit2d9954dd8244c7a9d6a1e160fcbb22fe2b9b514f (patch)
treed5f237d802015b42d2e212d94717b47ef9dbacd7 /clang/docs
parentca6b341bd5d7159d9e398eef1a787b649c5bc888 (diff)
downloadbcm5719-llvm-2d9954dd8244c7a9d6a1e160fcbb22fe2b9b514f.tar.gz
bcm5719-llvm-2d9954dd8244c7a9d6a1e160fcbb22fe2b9b514f.zip
Add -Wrange-loop-analysis changes to ReleaseNotes
This reflects the recent changes done. Differential Revision: https://reviews.llvm.org/D73834
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