"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a77c95f317d71f3cd731d432d30a9180b61e2b67"
Correct that last fixit: if the user wrote
template <> friend void foo(int); we need to change it to friend void foo<>(int); or else the user won't get the template specialization they obviously want. llvm-svn: 99390
Loading
Please register or sign in to comment