From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12132 invoked by alias); 7 Feb 2018 19:41:18 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 12029 invoked by uid 89); 7 Feb 2018 19:41:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=2.10, amazingly X-HELO: localhost.localdomain Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Feb 2018 19:41:16 +0000 Reply-To: cygwin@cygwin.com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Mailbox-Line: From cygwin-announce-clang-5.0.1-2 Wed Feb 07 13:37:06 2018 From: Yaakov Selkowitz To: cygwin@cygwin.com Date: Wed, 07 Feb 2018 19:41:00 -0000 Message-Id: Subject: [ANNOUNCEMENT] clang/libcxx 5.0.1-2 X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00076.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * clang-5.0.1-2 * clang-analyzer-5.0.1-2 * clang-doc-5.0.1-2 * emacs-clang-format-5.0.1-2 * vim-clang-format-5.0.1-2 * git-clang-format-5.0.1-2 * libclang5.0-5.0.1-2 * libclang-devel-5.0.1-2 * libc++1-5.0.1-2 * libc++-devel-5.0.1-2 * mingw64-i686-clang-5.0.1-2 * mingw64-x86_64-clang-5.0.1-2 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 update includes several changes: * Use the catgets(3) functions from Cygwin 2.10 instead of the old standalone libcatgets; * Use the SSP implementation from Cygwin 2.10 instead of that of GCC; * Automatically add -lpthread when statically linking C++ for MinGW targets. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple