X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject; q= dns; s=default; b=b3rW887u/TPQS82DxQWiAzBkPJH3bA5TkKpyBXUOcMWe15 47g+1OuHSpOgdhjA6FkPWxni8ZfKLNvDXB0YPtcBZyigdjxcpleiG3slZLVjNvcc NW1udnYz3ibd8eRfsUbiWFlJiDd/lRc4RDB6KIhqj+vuZPiC+2FVDlAly2mmQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject; s= default; bh=EvbJkj/ZmgPGYRQ7Ae3PueYLCzQ=; b=jJaFcu3w3FBf3/l/hbwi rkQ7VqKD1ln3SAI943+/WXimzJNjcxa8BlDrkmsCOgaIVllcY+Y3fq2S5HqdTNAy lxHoYVdQRgdME2cCLpNczSr/Lk6W77/f6/JOR/ITEgBuZt4FFgCJW78YHTWY0fl/ JEc8WoGF8rXNMwj9fIWQZBM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Reply-To: cygwin AT cygwin DOT 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 AT cygwin DOT com Date: Wed, 07 Feb 2018 13:37:06 -0600 Message-Id: Subject: [ANNOUNCEMENT] clang/libcxx 5.0.1-2 X-IsSubscribed: yes 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