From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102479 invoked by alias); 21 Jul 2016 20:25:15 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 117775 invoked by uid 89); 21 Jul 2016 20:14:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*F:U*yselkowitz, sk:mingw64, H*Ad:U*cygwin-announce, HTo:U*cygwin-announce X-HELO: mx1.redhat.com Message-Id: <201607212014.u6LKEsXC023390@int-mx14.intmail.prod.int.phx2.redhat.com> From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Thu, 21 Jul 2016 20:25:00 -0000 Subject: clang 3.8.1-1 X-SW-Source: 2016-07/txt/msg00044.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * clang-3.8.1-1 * clang-analyzer-3.8.1-1 * clang-doc-3.8.1-1 * emacs-clang-format-3.8.1-1 * vim-clang-format-3.8.1-1 * git-clang-format-3.8.1-1 * libclang3.8-3.8.1-1 * libclang-devel-3.8.1-1 * python-clang-3.8.1-1 * python3-clang-3.8.1-1 * mingw64-i686-clang-3.8.1-1 * mingw64-x86_64-clang-3.8.1-1 Clang is an LLVM native C/C++/ObjC compiler, which aims to deliver amazingly fast compiles, extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code. This is an update to the latest upstream release, with the following changes: * The python bindings no longer require the -devel packages for deriving the library name with ctypes. * clang will automatically find several newer GCC versions, removing the need for a complete rebuild with each GCC release. -- Yaakov