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 | 3362bde8ecca25774fa3c018acbbc3a0f4a94477 (patch) | |
tree | 35a6bf29f63c93f89d5ea5afe4d8e4fd8ca7dd89 /clang/lib | |
parent | a14b43bba89179f8c0f33e4e1da5938b5fa581d0 (diff) | |
download | bcm5719-llvm-3362bde8ecca25774fa3c018acbbc3a0f4a94477.tar.gz bcm5719-llvm-3362bde8ecca25774fa3c018acbbc3a0f4a94477.zip |
Remove some non-ASCII characters
llvm-svn: 84058
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Sema/SemaDeclCXX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaDeclCXX.cpp b/clang/lib/Sema/SemaDeclCXX.cpp index 82cdd2f57ad..075f756bb59 100644 --- a/clang/lib/Sema/SemaDeclCXX.cpp +++ b/clang/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. |