1. fed844d Properly reenter multiple contexts when parsing a late-parsed function template by Richard Smith · 12 years ago
  2. 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
  3. 2fd9a47 fix typo in test. by Francois Pichet · 13 years ago
  4. 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