]> granicus.if.org Git - clang/commitdiff
AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comme...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Aug 2013 01:53:21 +0000 (01:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Aug 2013 01:53:21 +0000 (01:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188248 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/Consumed.h
lib/Sema/AnalysisBasedWarnings.cpp

index 8831fccc885a856499f6c5425b49502c4d568caf..8ff9b6dcc95471fa75b0a40cb63d6d239eee7db6 100644 (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) {}
index 54b791e6f62106aae7b1cc661712143bb0e0b977..41f4974494c38fe09c552d0a99309d5164ff87e9 100644 (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) {