From: Douglas Gregor Date: Tue, 13 Oct 2009 23:52:38 +0000 (+0000) Subject: Remove some non-ASCII characters X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c638ab9e76e92674a3f415248326d3c5ffc8216;p=clang Remove some non-ASCII characters git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84058 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index 82cdd2f57a..075f756bb5 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -303,8 +303,8 @@ bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old) { // Default function arguments shall not be specified in a declaration // or a definition for one of the following explicit specializations: // - the explicit specialization of a function template; - // — the explicit specialization of a member function template; - // — the explicit specialization of a member function of a class + // - the explicit specialization of a member function template; + // - the explicit specialization of a member function of a class // template where the class template specialization to which the // member function specialization belongs is implicitly // instantiated.