diff options
author | John McCall <rjmccall@apple.com> | 2010-03-24 08:27:58 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-03-24 08:27:58 +0000 |
commit | 1f0479e3d724b5025d2bba2d25d7650b5f9a35bd (patch) | |
tree | ce2d6f4e2d056112dda46b931e3b012d14157cea /llvm/lib/Analysis/IPA/GlobalsModRef.cpp | |
parent | 816d75b7012ac9fabbe134579ba1a1dba80a5f4f (diff) | |
download | bcm5719-llvm-1f0479e3d724b5025d2bba2d25d7650b5f9a35bd.tar.gz bcm5719-llvm-1f0479e3d724b5025d2bba2d25d7650b5f9a35bd.zip |
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
Diffstat (limited to 'llvm/lib/Analysis/IPA/GlobalsModRef.cpp')
0 files changed, 0 insertions, 0 deletions