]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: fix \params to match the code.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 08:35:42 +0000 (08:35 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 08:35:42 +0000 (08:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158506 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/ThreadSafety.h

index 26e258d64a5f8da7c520d864f7ba798e792b7cdf..beb1938f859303839381eeb8adfdd6c46863e6b1 100644 (file)
@@ -123,11 +123,11 @@ public:
 
   /// Warn when a protected operation occurs while the specific mutex protecting
   /// the operation is not locked.
-  /// \param LockName -- A StringRef name for the lock expression, to be printed
-  /// in the error message.
   /// \param D -- The decl for the protected variable or function
   /// \param POK -- The kind of protected operation (e.g. variable access)
-  /// \param AK -- The kind of access (i.e. read or write) that occurred
+  /// \param LockName -- A StringRef name for the lock expression, to be printed
+  /// in the error message.
+  /// \param LK -- The kind of access (i.e. read or write) that occurred
   /// \param Loc -- The location of the protected operation.
   virtual void handleMutexNotHeld(const NamedDecl *D,
                                   ProtectedOperationKind POK, Name LockName,