[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!

llvm-svn: 170139

clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp

index fc4add3..789b9f4 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 {