C++0x in clang

Just interesting.

It is planned to implement C++0x features in clang? (As I understand, yes)
When we will see first working C++0x features? In which order they will be implemented? Any thoughts about that?

Just interesting.

It is planned to implement C++0x features in clang? (As I understand, yes)

Yes, absolutely.

When we will see first working C++0x features?

After the vast majority of C++98/03 code compiles well with Clang and we feel that we have a solid compiler, developers will probably turn their attention toward C++0x.

In which order they will
be implemented? Any thoughts about that?

Rvalue references and variadic templates would be my top 2.

  - Doug