From: NAKAMURA Takumi Date: Fri, 26 Feb 2016 03:15:13 +0000 (+0000) Subject: Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa1a4b66c0b8f8352c42546fdd77a740df7161c3;p=clang Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261963 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp b/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp index 28fae7ca1b..b427a9a30c 100644 --- a/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp +++ b/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp @@ -635,7 +635,7 @@ bool ObjCDeallocChecker::isSuperDeallocMessage( 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(LCtx->getDecl());