[cfe-dev] best way to figure out the C++0x features supported by my current clang binary?
Faisal Vali
faisalv at gmail.com
Fri Mar 11 12:00:13 PST 2011
When I run clang --version, I get the following:
clang --version
Apple clang version 2.0 (tags/Apple/clang-137) (based on LLVM 2.9svn)
Target: x86_64-apple-darwin10
Thread model: posix
How can i get the official documentation (i.e features supported, bugs
filed etc.) for this exact version of clang?
Thanks!
More information about the cfe-dev
mailing list