From owner-svn-doc-all@FreeBSD.ORG Fri Jan 9 23:47:49 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9D0C595; Fri, 9 Jan 2015 23:47:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD27FA2; Fri, 9 Jan 2015 23:47:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t09NlnON059150; Fri, 9 Jan 2015 23:47:49 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t09Nlngg059149; Fri, 9 Jan 2015 23:47:49 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201501092347.t09Nlngg059149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Fri, 9 Jan 2015 23:47:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46177 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 23:47:49 -0000 Author: bjk Date: Fri Jan 9 23:47:48 2015 New Revision: 46177 URL: https://svnweb.freebsd.org/changeset/doc/46177 Log: Add entry for the clang/llvm/lldb 3.5.0 import Approved by: hrs (mentor, blanket) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Fri Jan 9 23:41:20 2015 (r46176) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Fri Jan 9 23:47:48 2015 (r46177) @@ -1275,4 +1275,75 @@ + + Clang, llvm and lldb updated to 3.5.0 + + + + + Dimitry + Andric + + dim@FreeBSD.org + + + + Ed + Maste + + emaste@FreeBSD.org + + + + Roman + Divacky + + rdivacky@FreeBSD.org + + + + + LLVM 3.5.0 Release Notes + Clang 3.5.0 Release Notes + + + +

Just before the end of the year, we have updated clang, + llvm and lldb in base to 3.5.0 release. These all contain + numerous improvements; please see the linked release notes for + more detailed information.

+ +

This is the first release that requires C++11 support to build. + At this point, FreeBSD 10.0 and later provide that support, at least + on x86.

+ +

In the near future, more components from the llvm.org will + be updated in base, with libc++ and libcompiler-rt most likely + being the first.

+ +

Thanks to Ed Maste, Roman Divacky, Andrew Turner, Justin + Hibbits and Antoine Brodin for their invaluable help with this + import.

+ + + + +

While most ports that were impacted by this update have + already been fixed, there are still a few that do not work with + the clang 3.5.0 update.

+ +

In most cases, this is due to relatively simple issues, + such as new warnings, or slightly stricter error checking + (primarily for C++ programs). Fixing those issues should not take + too much work.

+
+ + +

There are still some open issues with the ARM, PowerPC + and Sparc64 architectures, and any help in this area is very much + appreciated.

+
+
+
+