AST: Fix the linkage of static vars in fn template specializations
We that static variables in function template specializations were
externally visible. The manglers assumed that externally visible static
variables were numbered in Sema. We would end up mangling static
variables in the same specialization with the same mangling number which
would give all of them the same name.
This fixes PR21904.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224316
91177308-0d34-0410-b5e6-
96231b3b80d8