"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "220f288720de4f5039b317f4f321a20e68208997"
-
Richard Smith authored
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
fdc33cbe
Loading