diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-02-26 03:15:13 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-02-26 03:15:13 +0000 |
commit | a8aa5f0a941cf6a134b71a492340806de004f93e (patch) | |
tree | 5ee894483e1f93df585dd75f65e8a4c2fed27752 /clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | |
parent | 74a00fb6f5b56566446ecb2898c4969265f62bae (diff) | |
download | bcm5719-llvm-a8aa5f0a941cf6a134b71a492340806de004f93e.tar.gz bcm5719-llvm-a8aa5f0a941cf6a134b71a492340806de004f93e.zip |
Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
llvm-svn: 261963
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp b/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp index 28fae7ca1b3..b427a9a30c4 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<ObjCMethodDecl>(LCtx->getDecl()); |