================
@@ -20,6 +20,7 @@ namespace clang::tidy::bugprone {
namespace {
+// NOLINTNEXTLINE(llvm-prefer-static-over-anonymous-namespace)
----------------
EugeneZelenko wrote:
Why exception is needed here?
https://github.com/llvm/llvm-project/pull/165172