[llvm] 16655a5 - Fix Wdocumentation unknown parameter warning

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 07:39:19 PST 2022


Author: Simon Pilgrim
Date: 2022-02-18T15:38:17Z
New Revision: 16655a58f28d8c2117b49efe060b8763fae5c364

URL: https://github.com/llvm/llvm-project/commit/16655a58f28d8c2117b49efe060b8763fae5c364
DIFF: https://github.com/llvm/llvm-project/commit/16655a58f28d8c2117b49efe060b8763fae5c364.diff

LOG: Fix Wdocumentation unknown parameter warning

Added: 
    

Modified: 
    llvm/tools/llvm-remark-size-diff/RemarkSizeDiff.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-remark-size-
diff /RemarkSizeDiff.cpp b/llvm/tools/llvm-remark-size-
diff /RemarkSizeDiff.cpp
index e18bccdd26cea..8faa573bad261 100644
--- a/llvm/tools/llvm-remark-size-
diff /RemarkSizeDiff.cpp
+++ b/llvm/tools/llvm-remark-size-
diff /RemarkSizeDiff.cpp
@@ -351,8 +351,8 @@ static bool tryReadFileAndProcessRemarks(
 /// remarks file.
 /// \param[in] FuncNameToSizeInfoB - Size info collected from
 /// the second remarks file.
-/// \param[out] D - Filled with the 
diff  between \p FuncNameToSizeInfoA and
-/// \p FuncNameToSizeInfoB.
+/// \param[out] DiffsByFilesPresent - Filled with the 
diff  between \p
+/// FuncNameToSizeInfoA and \p FuncNameToSizeInfoB.
 static void
 computeDiff(const StringMap<InstCountAndStackSize> &FuncNameToSizeInfoA,
             const StringMap<InstCountAndStackSize> &FuncNameToSizeInfoB,


        


More information about the llvm-commits mailing list