forked from OSchip/llvm-project
Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
llvm-svn: 261963
This commit is contained in:
parent
74a00fb6f5
commit
a8aa5f0a94
|
@ -635,7 +635,7 @@ bool ObjCDeallocChecker::isSuperDeallocMessage(
|
||||||
return M.getSelector() == DeallocSel;
|
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 *
|
const ObjCImplDecl *
|
||||||
ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const {
|
ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const {
|
||||||
auto *MD = cast<ObjCMethodDecl>(LCtx->getDecl());
|
auto *MD = cast<ObjCMethodDecl>(LCtx->getDecl());
|
||||||
|
|
Loading…
Reference in New Issue