Fix template instantiation of attributes. More specifically, fix the case
where an attribute is attached to a forward declaration of a template function, and refers to parameters of that declaration, but is then inherited by the definition of that function. When the definition is instantiated, the parameter references need to be remapped. llvm-svn: 164710
Loading
Please register or sign in to comment