зеркало из https://github.com/microsoft/clang-1.git
[analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker.
Thanks for the -Wdocumentation catch, Dmitri! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
68f22af4ea
Коммит
45397f92bb
|
@ -86,7 +86,7 @@ private:
|
|||
/// \brief Determine whether the given class has a superclass that we want
|
||||
/// to check. The name of the found superclass is stored in SuperclassName.
|
||||
///
|
||||
/// \param ObjCImplementationDecl The declaration to check for superclasses.
|
||||
/// \param D The declaration to check for superclasses.
|
||||
/// \param[out] SuperclassName On return, the found superclass name.
|
||||
bool ObjCSuperCallChecker::isCheckableClass(const ObjCImplementationDecl *D,
|
||||
StringRef &SuperclassName) const {
|
||||
|
|
Загрузка…
Ссылка в новой задаче