diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-06-20 03:52:52 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-06-20 03:52:52 +0000 |
commit | 2df5c3cc086bf17a8f2b057fe9a6bbc5ef0ffae4 (patch) | |
tree | acbac21f4236fca94e21341c227236f0b6338767 /clang/lib/Sema/SemaDeclObjC.cpp | |
parent | fefdac1ee4f1ae8de869fb7582aa8968abd892a3 (diff) | |
download | bcm5719-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.cpp | 2 |
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, |