[PATCH] D111208: [clang-tidy] Support globbing in NOLINT* expressions
Salman Javed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 23:34:38 PDT 2021
salman-javed-nz added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/index.rst:347
+ // No warnings are suppressed, due to double negation
+ Foo(bool param); // NOLINT(-google*)
};
----------------
Would anyone do this on purpose, or is this a user error?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111208/new/
https://reviews.llvm.org/D111208
More information about the llvm-commits
mailing list