Skip to content
Commit 1f0479e3 authored by John McCall's avatar John McCall
Browse files

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
parent 816d75b7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment