From owner-freebsd-current@FreeBSD.ORG Sun Dec 23 13:11:10 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4726425 for ; Sun, 23 Dec 2012 13:11:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 638ED8FC13 for ; Sun, 23 Dec 2012 13:11:10 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:90c1:e4a2:ca61:4c6] (unknown [IPv6:2001:7b8:3a7:0:90c1:e4a2:ca61:4c6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DB4575C5A for ; Sun, 23 Dec 2012 14:11:08 +0100 (CET) Message-ID: <50D702EA.8010909@FreeBSD.org> Date: Sun, 23 Dec 2012 14:11:06 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: FreeBSD current Subject: HEADS UP: Imported clang 3.2 release Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 13:11:10 -0000 Hi all, An early Christmas present: I just imported llvm/clang 3.2 release into head. There aren't too many changes since the last import of 3.2 RC2, just a few bugfixes. I will merge this to stable/9 in about two weeks. For a bit of "what's new" information, please see these release notes: http://llvm.org/releases/3.2/docs/ReleaseNotes.html#whatsnew http://llvm.org/releases/3.2/tools/clang/docs/ReleaseNotes.html#whatsnew -Dimitry