]> granicus.if.org Git - clang/commitdiff
Remove some non-ASCII characters
authorDouglas Gregor <dgregor@apple.com>
Tue, 13 Oct 2009 23:52:38 +0000 (23:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 13 Oct 2009 23:52:38 +0000 (23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84058 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index 82cdd2f57adabf3cd65ccf3112c61300ee4ce254..075f756bb5999f78815ff3c280b4f19916802499 100644 (file)
@@ -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.