Skip to content

Commit 865dbc9

Browse files
Add comment
Created using spr 1.3.7-wip
1 parent 0301722 commit 865dbc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/tools/llvm-remarkutil/RemarkFilter.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ using namespace llvm;
2020
using namespace remarks;
2121
using namespace llvm::remarkutil;
2222

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+
2327
static cl::SubCommand FilterSub("filter",
2428
"Filter remarks based on specified criteria.");
2529

0 commit comments

Comments
 (0)