forked from OSchip/llvm-project
AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation]
llvm-svn: 188248
This commit is contained in:
parent
a424181eec
commit
db8d300035
|
@ -51,9 +51,6 @@ namespace consumed {
|
||||||
/// \param MethodName -- The name of the method that was incorrectly
|
/// \param MethodName -- The name of the method that was incorrectly
|
||||||
/// invoked.
|
/// invoked.
|
||||||
///
|
///
|
||||||
/// \param VariableName -- The name of the variable that holds the unique
|
|
||||||
/// value.
|
|
||||||
///
|
|
||||||
/// \param Loc -- The SourceLocation of the method invocation.
|
/// \param Loc -- The SourceLocation of the method invocation.
|
||||||
virtual void warnUseOfTempWhileConsumed(StringRef MethodName,
|
virtual void warnUseOfTempWhileConsumed(StringRef MethodName,
|
||||||
SourceLocation Loc) {}
|
SourceLocation Loc) {}
|
||||||
|
@ -62,9 +59,6 @@ namespace consumed {
|
||||||
/// \param MethodName -- The name of the method that was incorrectly
|
/// \param MethodName -- The name of the method that was incorrectly
|
||||||
/// invoked.
|
/// invoked.
|
||||||
///
|
///
|
||||||
/// \param VariableName -- The name of the variable that holds the unique
|
|
||||||
/// value.
|
|
||||||
///
|
|
||||||
/// \param Loc -- The SourceLocation of the method invocation.
|
/// \param Loc -- The SourceLocation of the method invocation.
|
||||||
virtual void warnUseOfTempInUnknownState(StringRef MethodName,
|
virtual void warnUseOfTempInUnknownState(StringRef MethodName,
|
||||||
SourceLocation Loc) {}
|
SourceLocation Loc) {}
|
||||||
|
|
|
@ -1463,9 +1463,6 @@ public:
|
||||||
/// \param MethodName -- The name of the method that was incorrectly
|
/// \param MethodName -- The name of the method that was incorrectly
|
||||||
/// invoked.
|
/// invoked.
|
||||||
///
|
///
|
||||||
/// \param VariableName -- The name of the variable that holds the unique
|
|
||||||
/// value.
|
|
||||||
///
|
|
||||||
/// \param Loc -- The SourceLocation of the method invocation.
|
/// \param Loc -- The SourceLocation of the method invocation.
|
||||||
void warnUseOfTempWhileConsumed(StringRef MethodName, SourceLocation Loc) {
|
void warnUseOfTempWhileConsumed(StringRef MethodName, SourceLocation Loc) {
|
||||||
|
|
||||||
|
@ -1479,9 +1476,6 @@ public:
|
||||||
/// \param MethodName -- The name of the method that was incorrectly
|
/// \param MethodName -- The name of the method that was incorrectly
|
||||||
/// invoked.
|
/// invoked.
|
||||||
///
|
///
|
||||||
/// \param VariableName -- The name of the variable that holds the unique
|
|
||||||
/// value.
|
|
||||||
///
|
|
||||||
/// \param Loc -- The SourceLocation of the method invocation.
|
/// \param Loc -- The SourceLocation of the method invocation.
|
||||||
void warnUseOfTempInUnknownState(StringRef MethodName, SourceLocation Loc) {
|
void warnUseOfTempInUnknownState(StringRef MethodName, SourceLocation Loc) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue