Clang + nullptr

As a "getting started" project, I was thinking of implementing nullptr.

Where would I start with this? It seems like a simple enough feature, but I'm not quite sure where it goes, what would need to be done, etc.

A little hand holding would be nice :slight_smile:

Thanks,
-Clark

nullptr is already implemented; try passing -std=c++0x to clang.

-Eli