[PATCH] D111208: [clang-tidy] Support globbing in NOLINT* expressions

Carlos Galvez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 9 09:53:16 PDT 2021


carlosgalvezp added a comment.

Thanks for the clarification, makes a lot of sense now! I'll see what I can do with that.

By the way, is `NOLINTBEGIN/END` expected to work/give errors when the check name is something else than a real check name? See for example:

https://godbolt.org/z/b6cbTeezs

I would expect to get a warning that an `END` was found that didn't match a `BEGIN`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111208/new/

https://reviews.llvm.org/D111208



More information about the llvm-commits mailing list