
On Fri, May 21, 2010 at 4:41 AM, Mika Heiskanen <mika.heiskanen@fmi.fi> wrote:
On 05/21/2010 01:52 PM, Stewart, Robert wrote:
Doug Gregor wrote:
Well, we didn't make it before the end of BoostCon, but now we have: Clang successfully builds all of Boost's regression tests on the release branch. More information available at http://blog.llvm.org/2010/05/clang-builds-boost.html .
This is amazing progress. Congratulations!
Now I have no excuse but to build it and use it against our internal code base if for no other reason than to get Clang's amazing diagnostic support!
I just compiled clang for the same purpose, but unfortunately on Centos 5.5 I get errors from system headers (#include <string>): [snip]
This looks like a bug in your system headers, although Clang can work around that. Please file a Clang bug (and any further discussion should happen there or on the Clang mailing lists). - Doug