================
@@ -93,15 +92,17 @@ class NoLintToken {
// The location of the first character, "N", in "NOLINT".
size_t Pos;
+ // A glob of the checks this NOLINT token disables.
+ std::unique_ptr<CachedGlobList> ChecksGlob;
----------------
vbvictor wrote:I see we access this field. https://github.com/llvm/llvm-project/pull/147553 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
