Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
09c9a5635f10a7dfa3373ef0941597c16b048362
/
test
/
SemaTemplate
/
ms-function-specialization-class-scope.cpp
2fd9a47
fix typo in test.
by Francois Pichet
· 14 years ago
af0f4d0
Implement function template specialization at class scope extension in Microsoft mode. A new AST node is introduced: ClassScopeFunctionSpecialization. This node holds a FunctionDecl that is not yet specialized; then during the class template instantiation the ClassScopeFunctionSpecialization will spawn the actual function specialization.
by Francois Pichet
· 14 years ago