[all-commits] [llvm/llvm-project] 7bf33c: [llvm-remarkutil] filter: Fix curses.h namespace p...
Tobias Stadler via All-commits
all-commits at lists.llvm.org
Mon Oct 6 15:14:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bf33c88567c0ad34432982ce8925da8092b7983
https://github.com/llvm/llvm-project/commit/7bf33c88567c0ad34432982ce8925da8092b7983
Author: Tobias Stadler <mail at stadler-tobias.de>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M llvm/tools/llvm-remarkutil/RemarkFilter.cpp
Log Message:
-----------
[llvm-remarkutil] filter: Fix curses.h namespace pollution (#160802)
Remove the filter namespace, because `filter` is used by `curses.h`,
causing some external build failures
(https://github.com/llvm/llvm-project/pull/159784#discussion_r2380574036).
We don't really need the namespace here anyways, because everything is
static. This was just following what some of the other commands in
llvm-remarkutil are doing.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list