Is anyone building and developing clang using Xcode? Is that even possible/sensible?
I develop Clang using Xcode. You'll need to use CMake. The "Visual Studio" directions here
http://clang.llvm.org/get_started.html
are fairly easy to adapt to get CMake to generate an Xcode project.
- Doug