From a8aa5f0a941cf6a134b71a492340806de004f93e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 26 Feb 2016 03:15:13 +0000 Subject: [PATCH] Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation] llvm-svn: 261963 --- clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp b/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp index 28fae7c..b427a9a 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp +++ b/clang/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()); -- 2.7.4