summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
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
commit2df5c3cc086bf17a8f2b057fe9a6bbc5ef0ffae4 (patch)
treeacbac21f4236fca94e21341c227236f0b6338767 /clang/lib/Sema/SemaDeclObjC.cpp
parentfefdac1ee4f1ae8de869fb7582aa8968abd892a3 (diff)
downloadbcm5719-llvm-2df5c3cc086bf17a8f2b057fe9a6bbc5ef0ffae4.tar.gz
bcm5719-llvm-2df5c3cc086bf17a8f2b057fe9a6bbc5ef0ffae4.zip
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]
llvm-svn: 240209
Diffstat (limited to 'clang/lib/Sema/SemaDeclObjC.cpp')
-rw-r--r--clang/lib/Sema/SemaDeclObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp
index 62ba7d5633c..543566fdb7c 100644
--- a/clang/lib/Sema/SemaDeclObjC.cpp
+++ b/clang/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,
OpenPOWER on IntegriCloud