diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-04-14 19:57:19 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-04-14 19:57:19 +0000 |
commit | fdc33cbecd636a9218c30aed114ac6cfce6464f0 (patch) | |
tree | 0d3827047cfce10f4bbf01a78c52b6f1a82cc33f /clang/test/CodeGen/arm-pcs.c | |
parent | 1cde91674a56da3cfedf42af59cc6455a8fb40a9 (diff) | |
download | bcm5719-llvm-fdc33cbecd636a9218c30aed114ac6cfce6464f0.tar.gz bcm5719-llvm-fdc33cbecd636a9218c30aed114ac6cfce6464f0.zip |
Name mangling of late-specified return types doesn't work if the return type references the argument types:
template<typename T> auto f(T a) -> decltype(a.foo());
Since this is the primary reason for the introduction of this feature, downgrade implementation status to "Some examples work".
llvm-svn: 129533
Diffstat (limited to 'clang/test/CodeGen/arm-pcs.c')
0 files changed, 0 insertions, 0 deletions