Go to file
Richard Smith fdc33cbecd 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
2011-04-14 19:57:19 +00:00
clang Name mangling of late-specified return types doesn't work if the return type references the argument types: 2011-04-14 19:57:19 +00:00
compiler-rt <rdar://problem/9282305> install an archive for dyld and fix missing -static 2011-04-14 00:45:01 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Think-o in poisson_distribution at mean == 10 2011-04-14 15:59:22 +00:00
lldb Updated LLVM to pick up fixes to the ARM instruction 2011-04-14 02:01:31 +00:00
llvm Cleanup r129509 based on comments by Chris 2011-04-14 19:20:42 +00:00