Mikael Öhman Wed, 19 Oct 2011 19:39:16 -0700
A trivial test still shows problems for me. $ clang++ test.cc test.cc:1:10: fatal error: 'stddef.h' file not found #include <stddef.h>
test.cc: #include <stddef.h> int main() { return 0; } With version 2.9-16 which supposely fixes the issue.