r214796 - ThreadSafety.cpp: Prune bogus \param(s). [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Mon Aug 4 15:48:46 PDT 2014
Author: chapuni
Date: Mon Aug 4 17:48:46 2014
New Revision: 214796
URL: http://llvm.org/viewvc/llvm-project?rev=214796&view=rev
Log:
ThreadSafety.cpp: Prune bogus \param(s). [-Wdocumentation]
Modified:
cfe/trunk/lib/Analysis/ThreadSafety.cpp
Modified: cfe/trunk/lib/Analysis/ThreadSafety.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/ThreadSafety.cpp?rev=214796&r1=214795&r2=214796&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/ThreadSafety.cpp (original)
+++ cfe/trunk/lib/Analysis/ThreadSafety.cpp Mon Aug 4 17:48:46 2014
@@ -907,8 +907,6 @@ inline bool ThreadSafetyAnalyzer::inCurr
/// \brief Add a new lock to the lockset, warning if the lock is already there.
-/// \param Mutex -- the Mutex expression for the lock
-/// \param LDat -- the LockData for the lock
/// \param ReqAttr -- true if this is part of an initial Requires attribute.
void ThreadSafetyAnalyzer::addLock(FactSet &FSet, const FactEntry &Entry,
StringRef DiagKind, bool ReqAttr) {
@@ -941,7 +939,6 @@ void ThreadSafetyAnalyzer::addLock(FactS
/// \brief Remove a lock from the lockset, warning if the lock is not there.
-/// \param Mutex The lock expression corresponding to the lock to be removed
/// \param UnlockLoc The source location of the unlock (only used in error msg)
void ThreadSafetyAnalyzer::removeLock(FactSet &FSet, const CapabilityExpr &Cp,
SourceLocation UnlockLoc,
More information about the cfe-commits
mailing list