diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-10-13 23:52:38 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-10-13 23:52:38 +0000 |
commit | 8c638ab9e76e92674a3f415248326d3c5ffc8216 (patch) | |
tree | 3c5a91ca9f2751e68fa5ee2cbea135bb9f0ea99b /lib/Sema/SemaDeclCXX.cpp | |
parent | 77da3f4815069dbd029823edb072425551143cb1 (diff) |
Remove some non-ASCII characters
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclCXX.cpp')
-rw-r--r-- | lib/Sema/SemaDeclCXX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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. |