Line 38: multiple overloads of 'f' instantiate to the same signature 'void (int) __attribute__((thiscall))'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295020
91177308-0d34-0410-b5e6-
96231b3b80d8
A a = 1;
injected_class_name::A b = 1; // expected-note {{in instantiation of template class 'injected_class_name::A<int>'}}
}
- void f(T); // expected-error {{multiple overloads of 'f' instantiate to the same signature 'void (int)'}}
+ void f(T); // expected-error {{multiple overloads of 'f' instantiate to the same signature 'void (int)}}
};
A<short> ai = 1;
A<double>::A b(1); // expected-error {{constructor name}}