Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58894 invoked from network); 26 Mar 2013 15:10:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2013 15:10:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:59977] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/0A-16933-84AB1515 for ; Tue, 26 Mar 2013 10:10:01 -0500 Received: from [192.168.2.20] (ppp-46-244-140-131.dynamic.mnet-online.de [46.244.140.131]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 65D6D65444; Tue, 26 Mar 2013 16:09:56 +0100 (CET) To: =?UTF-8?Q?Ond=C5=99ej_Sur=C3=BD?= Cc: PHP Internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 26 Mar 2013 16:11:15 +0100 Message-ID: <1364310675.2276.4.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 5.5 and clang From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2013-03-26 at 15:55 +0100, Ondřej Surý wrote: > It does seem to produce lot of fatal errors on lot of places, so it seems > that php5 can be used to improve llvm/clang as well :). Recent clang versions work well for me with PHP. Earlier versions led to infinite hanging compilers and such which gave me some doubt about clang's state, while I like the way more helpful error messages clang provides than other compilers I know. I think it would be great if we could integrate scan-build and other checks into http://ci.qa.php.net/ and would give more focus on that. johannes