clang has had full and tested support for C++0x trailing-return-type and auto...
clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. trailing-return-type codegen is not tested yet (name mangling in particular). llvm-svn: 128787
Loading
Please register or sign in to comment