]> granicus.if.org Git - clang/commitdiff
Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 26 Feb 2016 03:15:13 +0000 (03:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 26 Feb 2016 03:15:13 +0000 (03:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261963 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp

index 28fae7ca1b3a1d44a3434a794e0957382027e085..b427a9a30c422b230a7cd8c5e502bd46877cfb37 100644 (file)
@@ -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<ObjCMethodDecl>(LCtx->getDecl());