r240209 - SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Fri Jun 19 20:52:53 PDT 2015


Author: chapuni
Date: Fri Jun 19 22:52:52 2015
New Revision: 240209

URL: http://llvm.org/viewvc/llvm-project?rev=240209&view=rev
Log:
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]

Modified:
    cfe/trunk/lib/Sema/SemaDeclObjC.cpp

Modified: cfe/trunk/lib/Sema/SemaDeclObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclObjC.cpp?rev=240209&r1=240208&r2=240209&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclObjC.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclObjC.cpp Fri Jun 19 22:52:52 2015
@@ -3199,7 +3199,7 @@ static QualType mergeTypeNullabilityForR
            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,





More information about the cfe-commits mailing list