summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-08-13 01:53:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-08-13 01:53:21 +0000
commitdb8d30003544d4e8ce28ce64e9efd4e8d76df5f5 (patch)
tree9ce955123fffe96177bd39703e78f8cb9c2b3b30 /clang/lib/Sema
parenta424181eecfa7f161fef7ec96045f8b757253a50 (diff)
downloadbcm5719-llvm-db8d30003544d4e8ce28ce64e9efd4e8d76df5f5.tar.gz
bcm5719-llvm-db8d30003544d4e8ce28ce64e9efd4e8d76df5f5.zip
AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation]
llvm-svn: 188248
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/AnalysisBasedWarnings.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/Sema/AnalysisBasedWarnings.cpp b/clang/lib/Sema/AnalysisBasedWarnings.cpp
index 54b791e6f62..41f4974494c 100644
--- a/clang/lib/Sema/AnalysisBasedWarnings.cpp
+++ b/clang/lib/Sema/AnalysisBasedWarnings.cpp
@@ -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) {
OpenPOWER on IntegriCloud