]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker.
authorJordan Rose <jordan_rose@apple.com>
Thu, 13 Dec 2012 18:26:05 +0000 (18:26 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 13 Dec 2012 18:26:05 +0000 (18:26 +0000)
Thanks for the -Wdocumentation catch, Dmitri!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170139 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp

index fc4add3b35fb96465b9c265a2406bb824fc736c7..789b9f4cc19cfe96ff4a84838ddba1b795ec82b1 100644 (file)
@@ -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 {