Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6f0bca7a0ababdfe141f7b1c0435f4ff71d1bff5
/
test
/
SemaTemplate
/
ms-function-specialization-class-scope.cpp
fed844d
Properly reenter multiple contexts when parsing a late-parsed function template
by Richard Smith
· 12 years ago
6b02009
Make explicit specializations at class scope work
by Nico Weber
· 12 years ago
2fd9a47
fix typo in test.
by Francois Pichet
· 13 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
· 13 years ago