From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 01B2C386F44F; Tue, 29 Sep 2020 23:10:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 01B2C386F44F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 693cc9122512b580926acacf2b7516b0a23b770a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7eb81fbabc8ede30c1482f9452b1825d7fbd8c56 X-Git-Newrev: 693cc9122512b580926acacf2b7516b0a23b770a Message-Id: <20200929231003.01B2C386F44F@sourceware.org> Date: Tue, 29 Sep 2020 23:10:02 +0000 (GMT) From: Marek Polacek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2020 23:10:03 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 693cc9122512b580926acacf2b7516b0a23b770a (commit) from 7eb81fbabc8ede30c1482f9452b1825d7fbd8c56 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 693cc9122512b580926acacf2b7516b0a23b770a Author: Marek Polacek Date: Tue Sep 29 19:09:43 2020 -0400 gcc-11/changes: Add -Wrange-loop-construct. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index ac71119d..64655120 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -132,6 +132,10 @@ a work-in-progress.

about performing class template argument deduction on a type with no deduction guides. +
  • -Wrange-loop-construct, enabled by -Wall, + warns when a range-based for-loop is creating unnecessary and + expensive copies. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs