AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation]

llvm-svn: 188248
This commit is contained in:
NAKAMURA Takumi 2013-08-13 01:53:21 +00:00
parent a424181eec
commit db8d300035
2 changed files with 0 additions and 12 deletions

View File

@ -51,9 +51,6 @@ namespace consumed {
/// \param MethodName -- The name of the method that was incorrectly
/// invoked.
///
/// \param VariableName -- The name of the variable that holds the unique
/// value.
///
/// \param Loc -- The SourceLocation of the method invocation.
virtual void warnUseOfTempWhileConsumed(StringRef MethodName,
SourceLocation Loc) {}
@ -62,9 +59,6 @@ namespace consumed {
/// \param MethodName -- The name of the method that was incorrectly
/// invoked.
///
/// \param VariableName -- The name of the variable that holds the unique
/// value.
///
/// \param Loc -- The SourceLocation of the method invocation.
virtual void warnUseOfTempInUnknownState(StringRef MethodName,
SourceLocation Loc) {}

View File

@ -1463,9 +1463,6 @@ public:
/// \param MethodName -- The name of the method that was incorrectly
/// invoked.
///
/// \param VariableName -- The name of the variable that holds the unique
/// value.
///
/// \param Loc -- The SourceLocation of the method invocation.
void warnUseOfTempWhileConsumed(StringRef MethodName, SourceLocation Loc) {
@ -1479,9 +1476,6 @@ public:
/// \param MethodName -- The name of the method that was incorrectly
/// invoked.
///
/// \param VariableName -- The name of the variable that holds the unique
/// value.
///
/// \param Loc -- The SourceLocation of the method invocation.
void warnUseOfTempInUnknownState(StringRef MethodName, SourceLocation Loc) {