From 1c6ba54d489240cb4d7c6506ce9213d0880a3940 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 24 Aug 2019 15:04:33 +0000 Subject: [PATCH] [llvm-reduce] Silence -Wdocumentation ReduceGlobalVars.cpp:17:6: warning: '@returns' command used in a comment that is attached to a function returning void git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369848 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-reduce/deltas/ReduceGlobalVars.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp b/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp index 15bb5a79cb3..efe30c4ac3c 100644 --- a/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp +++ b/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp @@ -14,7 +14,6 @@ #include "ReduceGlobalVars.h" /// Removes all the Initialized GVs that aren't inside the desired Chunks. -/// @returns the Module stripped of out-of-chunk GVs static void extractGVsFromModule(std::vector ChunksToKeep, Module *Program) { // Get GVs inside desired chunks -- 2.40.0