$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Claudio DeSouza (cdesouza_at_[hidden])
Date: 2024-12-06 22:47:15
+1 to this.
I have personally given the same feedback about this to one of the
co-authors in private, although I failed to bring it up in the ML, so
thanks for mentioning this aspect. Using clang-tidy at CI only on the
changed files is a common practice, and poison-after-use practices are
great when used along with clang-tidy's use-after-move checks.
Claudio.