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.

Reply via email to