r241664 - SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Tue Jul 7 19:35:56 PDT 2015


Author: chapuni
Date: Tue Jul  7 21:35:56 2015
New Revision: 241664

URL: http://llvm.org/viewvc/llvm-project?rev=241664&view=rev
Log:
SemaDeclObjC.cpp: Escape \@ in comment lines. [-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=241664&r1=241663&r2=241664&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclObjC.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclObjC.cpp Tue Jul  7 21:35:56 2015
@@ -725,8 +725,8 @@ namespace {
 }
 
 /// Check consistency between two Objective-C type parameter lists, e.g.,
-/// between a category/extension and an @interface or between an @class and an
-/// @interface.
+/// between a category/extension and an \@interface or between an \@class and an
+/// \@interface.
 static bool checkTypeParamListConsistency(Sema &S,
                                           ObjCTypeParamList *prevTypeParams,
                                           ObjCTypeParamList *newTypeParams,





More information about the cfe-commits mailing list