summaryrefslogtreecommitdiff
path: root/lib/Sema
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-20 03:52:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-20 03:52:52 +0000
commit7d09318472c8a5e9e2e622979d60ceee0ef2bde6 (patch)
treeed0186043ee2bfb5afd5834340ae20dcdb0d2a35 /lib/Sema
parent55d857b142b0ccc0b3a53b0e510e527b0df409c6 (diff)
downloadclang-7d09318472c8a5e9e2e622979d60ceee0ef2bde6.tar.gz
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema')
-rw-r--r--lib/Sema/SemaDeclObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp
index 62ba7d5633..543566fdb7 100644
--- a/lib/Sema/SemaDeclObjC.cpp
+++ b/lib/Sema/SemaDeclObjC.cpp
@@ -3199,7 +3199,7 @@ static QualType mergeTypeNullabilityForRedecl(Sema &S, SourceLocation loc,
type, type);
}
-/// Merge information from the declaration of a method in the @interface
+/// Merge information from the declaration of a method in the \@interface
/// (or a category/extension) into the corresponding method in the
/// @implementation (for a class or category).
static void mergeInterfaceMethodToImpl(Sema &S,