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