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 0301722 commit 865dbc9Copy full SHA for 865dbc9
llvm/tools/llvm-remarkutil/RemarkFilter.cpp
@@ -20,6 +20,10 @@ using namespace llvm;
20
using namespace remarks;
21
using namespace llvm::remarkutil;
22
23
+// Note: Avoid using the identifier "filter" in this file, as it is prone to
24
+// namespace collision with headers that might get included e.g.
25
+// curses.h.
26
+
27
static cl::SubCommand FilterSub("filter",
28
"Filter remarks based on specified criteria.");
29
0 commit comments