We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6a3d8 commit 0301722Copy full SHA for 0301722
llvm/tools/llvm-remarkutil/RemarkFilter.cpp
@@ -20,8 +20,6 @@ using namespace llvm;
20
using namespace remarks;
21
using namespace llvm::remarkutil;
22
23
-namespace filter {
24
-
25
static cl::SubCommand FilterSub("filter",
26
"Filter remarks based on specified criteria.");
27
@@ -80,5 +78,3 @@ static Error tryFilter() {
80
78
}
81
79
82
static CommandRegistration FilterReg(&FilterSub, tryFilter);
83
84
-} // namespace filter
0 commit comments