I\'ve successfully compiled the current 3.3 branch of clang. But then C++ compilation of any file fails with the bug/error. Can that be fixed?
In file included f
You can fix it with:
CXXFLAGS+="-D__STRICT_ANSI__"