r261963 - Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 19:15:13 PST 2016
Author: chapuni
Date: Thu Feb 25 21:15:13 2016
New Revision: 261963
URL: http://llvm.org/viewvc/llvm-project?rev=261963&view=rev
Log:
Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
Modified:
cfe/trunk/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp?rev=261963&r1=261962&r2=261963&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp Thu Feb 25 21:15:13 2016
@@ -635,7 +635,7 @@ bool ObjCDeallocChecker::isSuperDeallocM
return M.getSelector() == DeallocSel;
}
-/// Returns the ObjCImplDecl containing the method declaration in \param LCtx.
+/// Returns the ObjCImplDecl containing the method declaration in LCtx.
const ObjCImplDecl *
ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const {
auto *MD = cast<ObjCMethodDecl>(LCtx->getDecl());
More information about the cfe-commits
mailing list